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