public DataTable GetDoctorProfileInfo(string docUserId)
 {
     return(dGateway.GetDoctorProfileInfo(docUserId));
 }