public abstract AppointmentGeneralitiesDTO GetUpdatedAppointmentGeneralities(Backend.Dto.AppointmentDTO appointmentDTO);
 public abstract AppointmentDTO GetRecommendedAppointment(Backend.Dto.AppointmentDTO appointmentDTO);
 public void NewAppointment(Backend.Dto.AppointmentDTO appointmentDTO)
 {
     throw new NotImplementedException();
 }