/**
  * Return an iterator for all items that matches the current filtering
  *
  * @return \Iterator
  */
 public function getIterator()
 {
     return $this->configurator->getIterator();
 }