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