/// <summary>
 /// Create a new Actual_model object.
 /// </summary>
 /// <param name="id_model">Initial value of the Id_model property.</param>
 /// <param name="name_actual_model">Initial value of the Name_actual_model property.</param>
 public static Actual_model CreateActual_model(global::System.Int32 id_model, global::System.String name_actual_model)
 {
     Actual_model actual_model = new Actual_model();
     actual_model.Id_model = id_model;
     actual_model.Name_actual_model = name_actual_model;
     return actual_model;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Actual_model EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToActual_model(Actual_model actual_model)
 {
     base.AddObject("Actual_model", actual_model);
 }