}
}
private void processSubChapterWithParentId(SUBCHAP subchapter, Integer parentId) {
final CfrSection cfrSection = new CfrSubChapterSectionAdapter(subchapter);
final Integer newID = storeSectionInDatabaseWithParentId(cfrSection, parentId);
this.didFinishProcessingSubChapter(subchapter, newID);
}