postShipmentSelectionList = new SelectionInList();
presentationModelPackable = new PresentationModel(new OrderModel(
new Order(), false, false, false, null, null));
presentationModelSum = new PresentationModel(new SumOrderReadyVModel(
new SumOrderReadyV(null, BigDecimal.valueOf(0), null, null,
null)));
presentationModelWeekSum = new PresentationModel(
new SumOrderReadyVModel(new SumOrderReadyV(null, BigDecimal
.valueOf(0), null, null, null)));
presentationModelBudget = new PresentationModel(
new ProductionBudgetModel(new Budget(null, null,
null, BigDecimal.valueOf(0), null,null)));
initProductAreaGroup();