public IActionResult ConfirmDelete(int id) { _context.Delete(id); return(RedirectToAction("Index")); }