public static function run()
 {
     CookieController::removeCookie("session");
     header("Location: home");
 }