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

        for (Ids ids : lst2) {
            if (ids.a.equals(id)) {