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