public void setUserWithEmail(string email) { ChapooDatabaseLogic.AuthenticationService AuthenticationService = new ChapooDatabaseLogic.AuthenticationService(); this.employee = AuthenticationService.getSingleUser(email); }