public AcGlobalProperty getGlobalProperty(AcGlobalPropertyPkIF pk) {
   return _delegate.getGlobalProperty(pk);
 }
 public AcGlobalProperty getGlobalProperty(String code, String level, String subjectCode) {
   return _delegate.getGlobalProperty(code, level, subjectCode);
 }