public IEnumerable <ProdutoDto> GetAll() { var produtos = _serviceProduto.GetAll(); return(_mapperProduto.MapperListClienteDto(produtos)); }