public void Ferme(uint id)
 {
     salonRepository.Ferme(id);
 }