/// <summary>
 /// Create a new ID_model object.
 /// </summary>
 /// <param name="iD_model1">Initial value of the ID_model1 property.</param>
 /// <param name="name_model">Initial value of the Name_model property.</param>
 public static ID_model CreateID_model(global::System.Int32 iD_model1, global::System.String name_model)
 {
     ID_model iD_model = new ID_model();
     iD_model.ID_model1 = iD_model1;
     iD_model.Name_model = name_model;
     return iD_model;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ID_model EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToID_model(ID_model iD_model)
 {
     base.AddObject("ID_model", iD_model);
 }