public JsonResult Addcity(Master_City c) { return(Json(db.AddCity(c), JsonRequestBehavior.AllowGet)); }