public ActionResult Edit(Kurumsal kurumsal)
 {
     _kurumsalService.Update(kurumsal);
     return(RedirectToAction("Index"));
 }