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