public void LoginUser(string username, string password) { User user = userRep.GetUser(username, password); AuthentificationService.AuthUser(user.Id); }