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