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