public void CancelarVenta(Venta Datos) { try { Venta_Datos VD = new Venta_Datos(); VD.CancelarVenta(Datos); } catch (Exception ex) { throw ex; } }