internal DataTable GetDoctorSpecialist(string docCategory)
 {
     return(dGateway.GetDoctorSpecialist(docCategory));
 }