Section newParentSection = new UscSection();
newParentSection.setCode(model.getCode());
newParentSection.setHeading(onlyHeadingWeCouldFigureOut);
newParentSection.setShortHeading(onlyHeadingWeCouldFigureOut);
newParentSection.setSourceReference(parentItemPath);
newParentSection.addAttribute("itempath", parentItemPath);
// in order to make this work right, we NEED the parent's parent
// information to "fit" this in
// LOOKUP PARENT'S PARENT
String grampsItemPath = getParentItemPath(parentItemPath);