public EaUmlAttribute(Repository eaRepository, Attribute eaAttribute)
 {
     this.eaRepository = eaRepository;
     this.eaAttribute  = eaAttribute;
     this.repository   = EaUmlRepository.getRepository(eaRepository);
 }
 public EaUmlClassifier(Repository eaRepository, Element eaElement)
 {
     this.eaRepository = eaRepository;
     this.eaElement    = eaElement;
     this.repository   = EaUmlRepository.getRepository(eaRepository);
 }