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