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