public bool Authenticate(int user, string password) { return(loginCtrl.Authenticate(user, password)); }