public function switchAction()
 {
     $name = $this->_getParam('name');
     Centurion_Auth::getInstance()->getIdentity()->name;
     parent::switchAction();
 }