public function actionViewDeleted()
 {
     $model = new VideoConference('search');
     $model->unsetAttributes();
     // clear any default values
     if (isset($_GET['VideoConference'])) {
         $model->attributes = $_GET['VideoConference'];
     }
     $this->render('viewDeleted', array('model' => $model));
 }