public GestionFac()
 {
     _cntPend                       = 0;
     _dejarPendienteIsOk            = false;
     SalidaOk                       = false;
     gestionDoc                     = new GestionDocumentoFac();
     gestionItem                    = new GestionItemFac();
     gestionPrdBuscar               = new GestionProductoBuscarFac();
     gestionTotalizar               = new GestionTotalizarFac();
     gestionItem.ActualizarItemHnd += gestionItem_ActualizarItemHnd;
     _gestionAdmDoc                 = new Administrador.Gestion();
     _gestionPend                   = new Pendiente.Gestion();
 }
 public Gestion()
 {
     _gestionAdm        = new Administrador.Gestion();
     _gestionRep        = new Reportes.Gestion();
     _gestionMaestro    = new Maestros.Gestion();
     _gestionAdmCliente = new Cliente.Administrador.Gestion();
     _gestionRepCli     = new ReportesCliente.Gestion();
     _gGenDoc           = new Documentos.Generar.Gestion();
     _gGenDoc.setGestionDsctoCargoFinal(new Documentos.Generar.DsctoCargoFinal.Gestion());
     _gGenDoc.setGestionRemision(new Documentos.Generar.Remision.Gestion());
     _gGenDoc.setGestionPendiente(new Documentos.Generar.Pendiente.Gestion());
     _gGenDoc.setGestionCambioTasa(new Documentos.Generar.CambioTasa.Gestion());
     _gGenDoc.setGestionDatosDoc(new Documentos.Generar.DatosDocumento.Gestion());
     _gGenDoc.setGestionBuscarProducto(new Documentos.Generar.BuscarProducto.Gestion());
     _gGenDoc.setGestionItems(new Documentos.Generar.Items.Gestion());
     _gConfiguracion = new Configuracion.Gestion();
 }