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