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