/// <summary>
 /// Deprecated Method for adding a new object to the tGameStats EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotGameStats(tGameStat tGameStat)
 {
     base.AddObject("tGameStats", tGameStat);
 }
 /// <summary>
 /// Create a new tGameStat object.
 /// </summary>
 /// <param name="statsID">Initial value of the statsID property.</param>
 public static tGameStat CreatetGameStat(global::System.Int32 statsID)
 {
     tGameStat tGameStat = new tGameStat();
     tGameStat.statsID = statsID;
     return tGameStat;
 }