private void detach_RecipeIngredients(RecipeIngredient entity)
		{
			this.SendPropertyChanging();
			entity.Measurement = null;
		}
 partial void DeleteRecipeIngredient(RecipeIngredient instance);
 partial void InsertRecipeIngredient(RecipeIngredient instance);
 partial void UpdateRecipeIngredient(RecipeIngredient instance);
		private void attach_RecipeIngredients(RecipeIngredient entity)
		{
			this.SendPropertyChanging();
			entity.Ingredient = this;
		}