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