public IActionResult DeleteConfirmed(int id) { LeagueManager.DeleteLeague(id); return(RedirectToAction(nameof(Index))); }