private static void cleanGuests() {
   if (Permission.getPermission("ConsoleController.cleanGuests")) {
     PersonDatabase.cleanGuests();
   }
 }