private void DecrementaProdutoDoEstoque(int id, double quantidade) { ProdutoDao.DecrementaEstoque(id, quantidade); }