public ActionResult OkulGuncelle(School okul) { TempData["EventResult"] = SchoolManager.OkulGuncelle(okul); return(RedirectToAction("Create")); }