/// <summary>
 /// Create a new T_Ingredient object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="nom">Initial value of the nom property.</param>
 public static T_Ingredient CreateT_Ingredient(global::System.Int64 id, global::System.String nom)
 {
     T_Ingredient t_Ingredient = new T_Ingredient();
     t_Ingredient.id = id;
     t_Ingredient.nom = nom;
     return t_Ingredient;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the T_Ingredient EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_Ingredient(T_Ingredient t_Ingredient)
 {
     base.AddObject("T_Ingredient", t_Ingredient);
 }