public ActionResult UpazillaList(string districtId) { return(new JsonResult { Data = hrmsData.ReadUpazillaInfo(districtId) }); }