private bool TeamExists(int id)
 {
     return(LeagueManager.IsTeamExist(id));
 }