public function doLogoutAction()
 {
     $this->_helper->layout->disableLayout();
     PR_Session::clearSessions();
     $this->_helper->redirector("index", "login");
 }