private CustomUserPrincipal FindCustomUser(string userName, PrincipalContext context)
 {
     return(CustomUserPrincipal.FindByIdentity(context, IdentityType.SamAccountName, userName));
 }