public ConcreteIterator(ConcreteAggregate aggregate)
 {
     this.aggregate = aggregate;
     index          = -1;
 }