public function actionLogout()
 {
     UserDB::logout();
     $this->redirect($_SERVER["HTTP_REFERER"]);
 }