public function GET_logout_0()
 {
     Auth::logout();
     header("Location: " . Auth::getProtocol() . $_SERVER["HTTP_HOST"] . '/dashboard/login');
 }