public function actionLogout()
 {
     $this->user = new Fari_AuthenticatorSimple();
     $this->user->signOut();
     $this->flashSuccess = 'You have been logged out';
     $this->renderAction('login');
 }