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