private void cargar_grilla_packing() { DataTable dt = Dat_Venta.leerarticulopaqliq(_liq_id); dg3.ItemsSource = dt.DefaultView; calculartotal(); }