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