public IReadOnlyList <Player> GetAll()
 {
     return(gameData.GetAllPlayers());
 }