public IList <Jogador> GetPlayers()
 {
     return(salaRepository.GetPlayers());
 }