cargoService = new CargoServiceImpl();
enderecoService = new EnderecoServiceImpl();
usuarioService = new UsuarioServiceImpl();
grupoUsuarioService = new GrupoUsuarioServiceImpl();
colaboradorService = new ColaboradorServiceImpl();
cidadeService = new CidadeServiceImpl();
estadoService = new EstadoServiceImpl();
cargoService.setEntityManager(em);
enderecoService.setEntityManager(em);
usuarioService.setEntityManager(em);
grupoUsuarioService.setEntityManager(em);