public RecapInvoiceByCustomerListControl(RecapInvoiceByCustomerModel model)
        {
            InitializeComponent();
            _presenter = new RecapInvoiceByCustomerPresenter(this, model);

            this.Load += RecapInvoiceByCustomerListControl_Load;
        }
        public RecapInvoiceByCustomerListControl(RecapInvoiceByCustomerModel model)
        {
            InitializeComponent();
            _presenter = new RecapInvoiceByCustomerPresenter(this, model);

            this.Load += RecapInvoiceByCustomerListControl_Load;
        }