private IBundleModel getBundleModel() {
   BundleInputContext context = getBundleContext();
   return (context != null) ? (IBundleModel) context.getModel() : null;
 }