public Fornecedor AddEmpresa(Guid idFornecedor, Guid idEmpresa) { return(_converter.Parse(_repository.AddEmpresa(idFornecedor, idEmpresa))); }