List<Shop> shops = new ArrayList<Shop>();
for (Shop p : sh)
shops.add(p);
ShowCaseStandalone.slog(Level.INFO, "Remove all shops from storage.");
sh.removeAll();
ShowCaseStandalone.slog(Level.INFO, "Add backuped shops.");
sh.addAll(shops);
ShowCaseStandalone.slog(Level.INFO, "Saving all currently loaded shops.");