/// <summary>
 /// Create a new vProductModelInstruction object.
 /// </summary>
 /// <param name="productModelID">Initial value of the ProductModelID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="rowguid">Initial value of the rowguid property.</param>
 /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param>
 public static vProductModelInstruction CreatevProductModelInstruction(global::System.Int32 productModelID, global::System.String name, global::System.Guid rowguid, global::System.DateTime modifiedDate)
 {
     vProductModelInstruction vProductModelInstruction = new vProductModelInstruction();
     vProductModelInstruction.ProductModelID = productModelID;
     vProductModelInstruction.Name = name;
     vProductModelInstruction.rowguid = rowguid;
     vProductModelInstruction.ModifiedDate = modifiedDate;
     return vProductModelInstruction;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vProductModelInstructions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovProductModelInstructions(vProductModelInstruction vProductModelInstruction)
 {
     base.AddObject("vProductModelInstructions", vProductModelInstruction);
 }