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