private void detach_Licences_PersonId(Licence entity)
 {
     this.SendPropertyChanging("Licences_PersonId");
     entity.Person_PersonId = null;
 }
 private void attach_Licences_ModifyPersonId(Licence entity)
 {
     this.SendPropertyChanging("Licences_ModifyPersonId");
     entity.Person_ModifyPersonId = this;
 }