/**
  * @return \Venne\DataTransfer\DataTransferObject[]
  */
 public function fetchAll()
 {
     return $this->manager->fetchIterator($this);
 }