public void ExcluirVenda(Venda venda) { try { dao.ExcluirVenda(venda); } catch (Exception) { throw; } }