public bool CheckUser(string username, string password) { return(AuthUser.Authenticate(username, password) != null); }