public function logoutAction()
 {
     $this->_user->logout();
     // Redirect to the public index page
     $this->redirect("index/home/");
 }