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