usuarioService = new UsuarioServiceImpl();
produtoService = new ProdutoServiceImpl();
grupoUsuarioService = new GrupoUsuarioServiceImpl();
colaboradorService = new ColaboradorServiceImpl();
fornecedorService = new FornecedorServiceImpl();
vendaService = new VendaServiceImpl();
cargoService = new CargoServiceImpl();
categoriaProdutoService = new CategoriaProdutoServiceImpl();
enderecoService.setEntityManager(em);
cidadeService.setEntityManager(em);
estadoService.setEntityManager(em);