findGroupByID(id: GroupID): FormatBGroup {
        return this.source.g.find((group) => group.id === id) || null;
    }