public function userSessionSwitcher()
 {
     if (AuthController::isLogged()) {
         AuthController::unlogUser();
     }
     AuthController::loginUser();
 }