function action_index()
 {
     Session::destroy();
     header('Location: http://' . $_SERVER['SERVER_NAME'] . '/');
 }