private function sign_out()
 {
     Model_user::sign_out();
     $_REQUEST['action'] = NULL;
     //to make it easier to come back to the home page
     $cont = new FrontController();
 }