RelationshipType getRelationshipTypeById(int id) {
   return relTypeHolder.getRelationshipType(id);
 }