/// <summary>
 /// Initializes a new instance of the <see cref="FrmXtraOpeningInventoryEntryDetail" /> class.
 /// </summary>
 public FrmXtraOpeningInventoryEntryDetail()
 {
     InitializeComponent();
     //  _openingInventoryEntryPresenter = new OpeningInventoryEntryPresenter(this);
     _accountsPresenter                = new AccountsPresenter(this);
     _inventoryItemsPresenter          = new InventoryItemsPresenter(this);
     _stocksPresenter                  = new StocksPresenter(this);
     _openingInventoryEntriesPresenter = new OpeningInventoryEntriesPresenter(this);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="UserControlOpeningInventoryList" /> class.
 /// </summary>
 public UserControlOpeningInventoryList()
 {
     InitializeComponent();
     _openingInventoryEntriesPresenter = new OpeningInventoryEntriesPresenter(this);
 }