public async Task <Produto> ConsultarProduto(int id)
 {
     return(await service.ConsultarProduto(id));
 }