public override bool ValidateUser(string username, string password)
 {
     return(Commercial.FindByAuthentication(username, password) != null);
 }