LazyLoadEnum.USER_ROLES, LazyLoadEnum.NONE } });
UserType userType = user.getUserRoles().iterator().next().getUserType();
Login login = new LoginImpl(user, userType);
ConstructionTypeViewHandler constructionTypeViewHandler = new ConstructionTypeViewHandler(
login, managerRepository, false, false);
final EditConstructionTypeView view = new EditConstructionTypeView(
constructionTypeViewHandler, new ConstructionType(), false);