public JsonResult GetCity(int StateId) { return(Json(GlobalMethod.GetCity(StateId), JsonRequestBehavior.AllowGet)); }