private void FrmB14Q_Load(object sender, EventArgs e)
 {
     _stocksPresenter.Display();
     _accountsPresenter.DisplayInventoryItem();
     CurrencyAccounting = _dbOptionHelper.CurrencyAccounting;
 }