public ProdutoDto GetById(int id) { var produto = serviceProduto.GetById(id); return(mapperProduto.MapperEntityDto(produto)); }