protected override void AddItems( int count ) { for ( int i = 0; i < count; i++) { this.stack.Push( i ); } }