}
// The first employee
Employee florent = new Employee();
florent.setName("Florent");
florent.addNickName("flo");
florent.addNickName("FB");
florent.getLevelRights().add(EmployeeLevelType.ADMIN);
florent.getLevelRights().add(EmployeeLevelType.SUPER_ADMIN);