public JsonResult Updatecityarea(Master_CityArea c) { return(Json(db.Updatecityarea(c), JsonRequestBehavior.AllowGet)); }