deviationStatusManager);
ApplicationUserManager applicationUserManager = (ApplicationUserManager) ModelUtil
.getBean(ApplicationUserManager.MANAGER_NAME);
when(managerRepository.getApplicationUserManager()).thenReturn(
applicationUserManager);
TransportSumVManager transportSumVManager = (TransportSumVManager) ModelUtil
.getBean(TransportSumVManager.MANAGER_NAME);
when(managerRepository.getTransportSumVManager()).thenReturn(
transportSumVManager);
BudgetManager budgetManager = (BudgetManager) ModelUtil
.getBean(BudgetManager.MANAGER_NAME);