private void detach_RbBlankActions_ModifyPersonId(RbBlankAction entity)
 {
     this.SendPropertyChanging("RbBlankActions_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_RbBlankActions(RbBlankAction entity)
 {
     this.SendPropertyChanging("RbBlankActions");
     entity.ActionType = null;
 }
 private void attach_RbBlankActions_CreatePersonId(RbBlankAction entity)
 {
     this.SendPropertyChanging("RbBlankActions_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }