public List <IPlayer> GetAllPlayers()
 {
     return(_playerDa.GetAllPlayers());
 }