public function getAll($count = null, $offset = null) { return $this->arrayToEntities(parent::getAll($count, $offset)); }