public Salon Trouve(uint id)
 {
     return(salonRepository.Trouve(id));
 }