static function addAction()
 {
     $content = CMA_QuestionFormShortcode::shortcode(array('cat' => CMA_BaseController::_getParam('category')));
     return compact('content');
 }