@Before
public void setUp() throws Exception {
// FailOnThreadViolationRepaintManager.install();
accidentManager = (AccidentManager) ModelUtil
.getBean("accidentManager");
Injector injector = Guice.createInjector(new ProtransModule());
managerRepository = injector.getInstance(ManagerRepository.class);
ApplicationUserManager applicationUserManager = (ApplicationUserManager) ModelUtil
.getBean("applicationUserManager");