public Form_ReporteTributario(FrmTributario frmTributario)
 {
     // TODO: Complete member initialization
     this.negocioEmpresa = new Empresan();
     this.frmTributario  = frmTributario;
     this.InitializeComponent();
     this.negocioTributario = new tributariosn();
     this.GenerarReporte();
     crystal_reporttribut.ShowLogo = false;
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="FrmTributario"/> class.
        /// </summary>
        public FrmTributario()
        {
            this.frmguar = new Form_VisualContable();

            this.frmreporguar = new Form_ReporteTributario();

            this.InitializeComponent();

            this.negociotributario = new tributariosn();

            this.negocioNits = new Nitsn();

            this.funtions = new Funciones();
        }