public ActionResult ShowTemperatureChart() { var model = new AddressModel(); ViewBag.TownList = model.GetTowns(); ViewBag.ImageIconPath = HelperMethod.GetTemperatureIconImage(); return(View()); }