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