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