private void detach_Visits(Visit entity)
 {
     this.SendPropertyChanging("Visits");
     entity.RbService = null;
 }
 private void attach_Visits(Visit entity)
 {
     this.SendPropertyChanging("Visits");
     entity.RbFinance = this;
 }
 private void attach_Visits_ModifyPersonId(Visit entity)
 {
     this.SendPropertyChanging("Visits_ModifyPersonId");
     entity.Person_ModifyPersonId = this;
 }
 private void detach_Visits_PersonId(Visit entity)
 {
     this.SendPropertyChanging("Visits_PersonId");
     entity.Person_PersonId = null;
 }
 private void attach_Visits_AssistantId(Visit entity)
 {
     this.SendPropertyChanging("Visits_AssistantId");
     entity.Person_AssistantId = this;
 }