public List <Appointment> FindAppointmentByRoom(Room room)
 {
     return(_repository.FindAppointmentByRoom(room));
 }