// GET: City public ActionResult Index() { CityModel CM = new CityModel(); CM = CityBL.MCity(); return(View(CM)); }