public JsonResult AllCountry(int id)
 {
     return(Json(city.Get().Where(n => n.Id == id)));
 }