private bool PlayerExists(int id)
 {
     return(LeagueManager.IsPlayerExists(id));
 }