public function addPage(\Cx\Core\ContentManager\Model\Entity\Page $page)
 {
     $this->_load();
     return parent::addPage($page);
 }