// GET: Leagues
 public ActionResult Index()
 {
     return(View(_db.LeagueAllowDelete().ToList()));
 }