public function actionGetObject($id)
 {
     return CQuestionManager::getQuestionStatus($id);
 }