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