private void detach_RbContainerTypes_ModifyPersonId(RbContainerType entity)
 {
     this.SendPropertyChanging("RbContainerTypes_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_RbContainerTypes(RbContainerType entity)
 {
     this.SendPropertyChanging("RbContainerTypes");
     entity.RbUnit = null;
 }
 private void attach_RbContainerTypes_CreatePersonId(RbContainerType entity)
 {
     this.SendPropertyChanging("RbContainerTypes_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }