public void RemoverProdutoPorId(string id)
 {
     _produtoService.EndProdutoById(id);
 }