public void Entre(Joueur j, uint id)
 {
     salonRepository.Entre(j, id);
 }