public ConcreteAggregateIr(ConcreteAggregate aggregate)
 {
     this.aggregate = aggregate;
     currentIndex   = -1;
 }