private void detach_IngredientsRecipesRelations(IngredientsRecipesRelation entity)
		{
			this.SendPropertyChanging();
			entity.Ingredient = null;
		}
		private void attach_IngredientsRecipesRelations(IngredientsRecipesRelation entity)
		{
			this.SendPropertyChanging();
			entity.Recipe = this;
		}