public function all($limit = 5, $offset = 0, $orderby = null)
 {
     return $this->handler->getAllFromPerson($this->person, $limit, $offset, $orderby);
 }