private void detach_RbServiceContents_ServiceId(RbServiceContent entity)
 {
     this.SendPropertyChanging("RbServiceContents_ServiceId");
     entity.RbService_ServiceId = null;
 }
 private void detach_RbServiceContents_ModifyPersonId(RbServiceContent entity)
 {
     this.SendPropertyChanging("RbServiceContents_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbServiceContents_MasterId(RbServiceContent entity)
 {
     this.SendPropertyChanging("RbServiceContents_MasterId");
     entity.RbService_MasterId = this;
 }
 private void attach_RbServiceContents_CreatePersonId(RbServiceContent entity)
 {
     this.SendPropertyChanging("RbServiceContents_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }