/// <summary>
 /// Create a new vManufacturingInstructions object.
 /// </summary>
 /// <param name="productModelID">Initial value of the ProductModelID property.</param>
 /// <param name="productName">Initial value of the ProductName property.</param>
 /// <param name="id">Initial value of the ID property.</param>
 public static vManufacturingInstructions CreatevManufacturingInstructions(global::System.Int32 productModelID, global::System.String productName, global::System.Int64 id)
 {
     vManufacturingInstructions vManufacturingInstructions = new vManufacturingInstructions();
     vManufacturingInstructions.ProductModelID = productModelID;
     vManufacturingInstructions.ProductName = productName;
     vManufacturingInstructions.ID = id;
     return vManufacturingInstructions;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ManufacturingInstructions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToManufacturingInstructions(vManufacturingInstructions vManufacturingInstructions)
 {
     base.AddObject("ManufacturingInstructions", vManufacturingInstructions);
 }