public ConcreteIterator(ConcreteAggregate aggregate)
 {
     _aggregate = aggregate;
 }