/// <summary>
 /// Create a new Gb_Flow_Control_MS 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_Flow_Control_MS CreateGb_Flow_Control_MS(global::System.Int32 fileNum, global::System.Int32 packetNum)
 {
     Gb_Flow_Control_MS gb_Flow_Control_MS = new Gb_Flow_Control_MS();
     gb_Flow_Control_MS.FileNum = fileNum;
     gb_Flow_Control_MS.PacketNum = packetNum;
     return gb_Flow_Control_MS;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Gb_Flow_Control_MS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGb_Flow_Control_MS(Gb_Flow_Control_MS gb_Flow_Control_MS)
 {
     base.AddObject("Gb_Flow_Control_MS", gb_Flow_Control_MS);
 }