/// <summary>
 /// Initializes a new instance of the <see cref="StorageIteratorImpl" /> class.
 /// </summary>
 /// <param name="aInventory">A inventory.</param>
 public StorageIteratorImpl(Inventory aInventory)
 {
     m_theInventory = aInventory;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="StorageManager" /> class.
 /// </summary>
 public StorageManager()
 {
     m_i = new Inventory();
 }