private void detach_RbActionSheduleItems_ModifyPersonId(RbActionSheduleItem entity)
 {
     this.SendPropertyChanging("RbActionSheduleItems_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_RbActionSheduleItems(RbActionSheduleItem entity)
 {
     this.SendPropertyChanging("RbActionSheduleItems");
     entity.RbActionShedule = null;
 }
 private void attach_RbActionSheduleItems_CreatePersonId(RbActionSheduleItem entity)
 {
     this.SendPropertyChanging("RbActionSheduleItems_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }