public static void logout() {
   Session.current().clear();
   Public.index();
 }