/// <summary>
 /// Create a new NextStages object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="ordStID">Initial value of the OrdStID property.</param>
 /// <param name="canBeNextID">Initial value of the CanBeNextID property.</param>
 public static NextStages CreateNextStages(global::System.Int32 id, global::System.Int32 ordStID, global::System.Int32 canBeNextID)
 {
     NextStages nextStages = new NextStages();
     nextStages.ID = id;
     nextStages.OrdStID = ordStID;
     nextStages.CanBeNextID = canBeNextID;
     return nextStages;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the NextStages EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNextStages(NextStages nextStages)
 {
     base.AddObject("NextStages", nextStages);
 }