public AbstractProductionPackageViewHandler<Produceable> getViewHandler() {
VeggProductionVManager veggProductionVManager = (VeggProductionVManager) ModelUtil
.getBean("veggProductionVManager");
ArticleTypeManager articleTypeManager=(ArticleTypeManager)ModelUtil.getBean("articleTypeManager");
ArticleType articleType = articleTypeManager.findByName(ApplicationParamUtil.findParamByName(getParamArticleName()));
return new VeggProductionViewHandler(
new ProductionApplyList(
login,veggProductionVManager, null, "Vegg", null,managerRepository), "Veggproduksjon",
login,articleType,managerRepository,
deviationViewHandlerFactory,setProductionUnitActionFactory);
}