public cargoClienteCtaCte(cuentasCorrientesView ccv)
        {
            InitializeComponent();

            _ccv     = ccv;
            _ccc_ctr = new cuentasCorrientesController(this);
        }
        public cuentaCorrienteAbonarCuotaView(cuentasCorrientesView ccv)
        {
            InitializeComponent();

            _ccv     = ccv;
            _ccc_ctr = new cuentasCorrientesController(this);
        }