public JsonResult Addcityarea(Master_CityArea ca) { return(Json(db.AddCityArea(ca), JsonRequestBehavior.AllowGet)); }