public void FecharVendaIdVenda(int idvenda) { try { novaVenda = new AcessoDados.VendaAcessoDados(); novaVenda.FecharVendaIdVenda(idvenda); } catch (Exception ex) { throw new Exception(ex.Message); } }