public IModel getPluginModel() {
   if (bmodel != null) return bmodel.getExtensionsModel();
   return findPluginModel();
 }