public string Update(PatientAppointSchedulingDTO appointment)
 {
     return(AppointmentMessage.Update(appointment));
 }
 public PatientAppointSchedulingDTO Get(int entityId)
 {
     return(AppointmentMessage.Get(entityId));
 }