public object ListarVendas(Venda venda) { try { DataTable dt = new DataTable(); dt = dao.listarVendas(); return(dt); } catch (Exception) { throw; } }