public LeagueDTO GetLeague(int id)
 {
     return(logic.FindById(id));
 }