public override bool ValidateUser(string username, string password) { return(UserDataObject.IsValid(username, password)); }