internal DataTable DoctorInfoAppointment(string doctorEmail)
 {
     return(dGateway.DoctorInfoAppointment(doctorEmail));
 }