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