public IActionResult DeleteConfirmed(int id) { context.DeleteOutcome(id); return(RedirectToAction("Index")); }