/**
  * @return KVDdom_DomainObject
  * @throws Exception - Indien een ongeldige index gevraagd wordt.
  */
 public function seek($index)
 {
     return $this->collection->seek($index);
 }