public function actionEdit()
 {
     $t = CCoreObjectsManager::getCoreModelFieldTranslation(CRequest::getInt("id"));
     $this->setData("translation", $t);
     $this->renderView("_core/translation/edit.tpl");
 }