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