// Get email and other info for a specific user.
 public DataTable WrGetUsrEmail(string UsrId)
 {
     using (Access3.WebAccess dac = new Access3.WebAccess())
     {
         return(dac.WrGetUsrEmail(UsrId));
     }
 }