private void detach_RbStockRecipes_ModifyPersonId(RbStockRecipe entity)
 {
     this.SendPropertyChanging("RbStockRecipes_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_RbStockRecipes_GroupId(RbStockRecipe entity)
 {
     this.SendPropertyChanging("RbStockRecipes_GroupId");
     entity.RbStockRecipe_GroupId = null;
 }
 private void attach_RbStockRecipes_CreatePersonId(RbStockRecipe entity)
 {
     this.SendPropertyChanging("RbStockRecipes_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }