public JsonResult GetState(int code) { return Json(MVCHelper.GetStateName(code), JsonRequestBehavior.AllowGet); }