/// <summary>
 /// Create a new Gb_PDP_Fin object.
 /// </summary>
 /// <param name="fileNum">Initial value of the FileNum property.</param>
 /// <param name="packetNum">Initial value of the PacketNum property.</param>
 public static Gb_PDP_Fin CreateGb_PDP_Fin(global::System.Int32 fileNum, global::System.Int32 packetNum)
 {
     Gb_PDP_Fin gb_PDP_Fin = new Gb_PDP_Fin();
     gb_PDP_Fin.FileNum = fileNum;
     gb_PDP_Fin.PacketNum = packetNum;
     return gb_PDP_Fin;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Gb_PDP_Fin EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGb_PDP_Fin(Gb_PDP_Fin gb_PDP_Fin)
 {
     base.AddObject("Gb_PDP_Fin", gb_PDP_Fin);
 }