butterflyInterface.registerTemplate(ButterflyTemplates.getLeopardLacewingTemplate());
}
private IClassification createButterflyBranch(IClassification family, String scientific) {
IClassification branch = new Branch("moth." + scientific.toLowerCase(Locale.ENGLISH), scientific);
branch.setParent(family);
return branch;
}