public Set getInstancesOf(String conceptName) throws UnknownConceptException, DirectoryFailure {
   return _kds.getInstancesOf(conceptName);
 }