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