internal DataTable GetDoctorbasicInfo(string docMail)
 {
     return(dGateway.GetDoctorbasicInfo(docMail));
 }