public IActionResult KillName(int id) { nameService.DeleteName(id); return(RedirectToAction("Index")); }