/// <summary>
 /// Create a new StackLine object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static StackLine CreateStackLine(global::System.Int32 id)
 {
     StackLine stackLine = new StackLine();
     stackLine.Id = id;
     return stackLine;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the StackLines EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStackLines(StackLine stackLine)
 {
     base.AddObject("StackLines", stackLine);
 }