productArea = new ProductArea(null, "test", null, null, null, null,
null);
productAreaManager.saveProductArea(productArea);
ConstructionType constructionType = new ConstructionType();
constructionTypes.add(constructionType);
constructionType.setName("Q5");
constructionType.setProductArea(productArea);
constructionTypeManager.saveConstructionType(constructionType);
order.setOrderNr("test");
order.setCustomer(customer);
order.setConstructionType(constructionType);