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