public boolean isLabelProperty(Object element, String property) {
   return internalLabelProvider.isLabelProperty(element, property);
 }