public ActionResult Create(Weather weather) { service.AddDay(weather); return(RedirectToAction("Index")); }