final Object f = ((IStructuredSelection) _page.getSelection())
.getFirstElement();
if (f instanceof Region) {
final Region parent = (Region) f;
r.setParent(parent);
parent.addChild(r);
}
}
monitor.worked(2);
monitor.setTaskName(Messages.NewRegionWizard_SaveRegion);
final HibernateUtil con = HibernateActivator.getDefault().getConnection();