public bool IsInterestedInAttributeChange(FIVES.Entity entity, string componentName, string attributeName)
 {
     return false;
 }
 public bool IsInterestedInEntity(FIVES.Entity entity)
 {
     return false;
 }