public ActionResult Werther() { var lstCity = _cityBl.GetAllListByWeather(); return(View(lstCity)); }