public ProfitLossControl(ProfitLossModel model)
        {
            InitializeComponent();
            _presenter = new ProfitLossPresenter(this, model);

            this.Load += ProfitLossControl_Load;
        }
        public ProfitLossControl(ProfitLossModel model)
        {
            InitializeComponent();
            _presenter = new ProfitLossPresenter(this, model);

            this.Load += ProfitLossControl_Load;
        }