private void detach_LicenceServices(LicenceService entity)
 {
     this.SendPropertyChanging("LicenceServices");
     entity.RbService = null;
 }
 private void attach_LicenceServices(LicenceService entity)
 {
     this.SendPropertyChanging("LicenceServices");
     entity.Licence = this;
 }