public function actionIndex()
 {
     $model = new FeedbackQuestion('search');
     $model->unsetAttributes();
     if (isset($_GET['FeedbackQuestion'])) {
         $model->attributes = $_GET['FeedbackQuestion'];
     }
     $this->render('index', array('model' => $model));
 }