private static String searchList2(String id) {
        String str = "";

        for (Info info : lst) {
            if (info.a.equals(id)) {