public function translatePage($activate, $targetLang)
 {
     $this->_load();
     return parent::translatePage($activate, $targetLang);
 }