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