private Set<String> createSet(Integer fkOffice, int fkCommunity) throws SQLException {
        try (Connection conn = DBConn.INSTANCE.get()) {
            DSLContext create = DaoBackend.getContext(conn);
            return queryDatabase(fkOffice, fkCommunity, create);
        }