public JsonResult deletecityarea(int AreaCode) { return(Json(db.Deletecityarea(AreaCode), JsonRequestBehavior.AllowGet)); }