public ActionResult Edit(int id)
        {
            var kurumsal = _kurumsalService.Get(id);

            return(View(kurumsal));
        }