// OntologyServiceManager.getInstance().getAnnotationProperties(
// projectName, _currentEntity.getName(), new GetAnnotations());
IRI entityIRI = IRI.create(_currentEntity.getName());
DispatchServiceManager.get().execute(new GetEntityAnnotationsAction(entityIRI, getProjectId()), new GetAnnotationsHandler());
}