if (name.equals(ParsingUtil.ACQUISITION)) {
currentSection = new AcquisitionSection();
} else if (name.equals(ParsingUtil.ACTORS)) {
currentSection = new ActorSection();
} else if (name.equals(ParsingUtil.BEHAVIOR)) {
currentSection = new BehaviorSection();
} else if (name.equals(ParsingUtil.INFO)) {
currentSection = new InfoSection();
} else if (name.equals(ParsingUtil.RECORDING)) {
currentSection = new RecordingSection();
} else {