public function addPost(\Document\Post $post)
 {
     $this->__load();
     return parent::addPost($post);
 }