public ConcreateIterator(ConcreateAggregate aggregate)
 {
     this.aggregate = aggregate;
     this.current   = 0;
 }