public ActionResult DeleteLeague(int id)
 {
     leagueService.DeleteLeagueById(id);
     return(RedirectToAction("ShowAllLeagues"));
 }