public function actionDeactivate()
 {
     Yii::app()->end();
     $setup = new setup();
     $setup->down();
 }