/// <summary>
 /// Create a new GRNReciept object.
 /// </summary>
 /// <param name="gRNReciptID">Initial value of the GRNReciptID property.</param>
 /// <param name="orderedItemID">Initial value of the OrderedItemID property.</param>
 public static GRNReciept CreateGRNReciept(global::System.Int64 gRNReciptID, global::System.Int64 orderedItemID)
 {
     GRNReciept gRNReciept = new GRNReciept();
     gRNReciept.GRNReciptID = gRNReciptID;
     gRNReciept.OrderedItemID = orderedItemID;
     return gRNReciept;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the GRNReciepts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGRNReciepts(GRNReciept gRNReciept)
 {
     base.AddObject("GRNReciepts", gRNReciept);
 }