public IEnumerable <ProdutoDTO> GetAll() { var objProdutos = _serviceProduto.GetAll(); return(_mapperProduto.MapperListProdutos(objProdutos)); }