/// <summary>
        /// Create a new GadgetStore object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        public static GadgetStore CreateGadgetStore(global::System.Int32 id)
        {
            GadgetStore gadgetStore = new GadgetStore();

            gadgetStore.Id = id;
            return(gadgetStore);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the GadgetStores EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGadgetStores(GadgetStore gadgetStore)
 {
     base.AddObject("GadgetStores", gadgetStore);
 }