public IActionResult SilHasta(int id) { var hasta = _hastaService.GetirIdile(id); _hastaService.Sil(hasta); return(RedirectToAction("Index")); }