private void detach_ActionPropertyRbFinances(ActionPropertyRbFinance entity)
 {
     this.SendPropertyChanging("ActionPropertyRbFinances");
     entity.RbFinance = null;
 }
 private void attach_ActionPropertyRbFinances(ActionPropertyRbFinance entity)
 {
     this.SendPropertyChanging("ActionPropertyRbFinances");
     entity.ActionProperty = this;
 }