/**
  * {@inheritdoc}
  */
 public function getIterator()
 {
     $this->load();
     return $this->registry->getIterator();
 }