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