/// <summary>
 /// Create a new Exchanx object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static Exchanx CreateExchanx(global::System.String id, global::System.String name)
 {
     Exchanx exchanx = new Exchanx();
     exchanx.ID = id;
     exchanx.Name = name;
     return exchanx;
 }
 /// <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(Exchanx exchanx)
 {
     base.AddObject("Exchanges", exchanx);
 }