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