/// <summary>
 /// Deprecated Method for adding a new object to the T_ViewCount EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_ViewCount(T_ViewCount t_ViewCount)
 {
     base.AddObject("T_ViewCount", t_ViewCount);
 }
 /// <summary>
 /// Create a new T_ViewCount object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="date">Initial value of the date property.</param>
 /// <param name="count">Initial value of the count property.</param>
 /// <param name="video">Initial value of the video property.</param>
 public static T_ViewCount CreateT_ViewCount(global::System.Int32 id, global::System.DateTime date, global::System.Int64 count, global::System.Int32 video)
 {
     T_ViewCount t_ViewCount = new T_ViewCount();
     t_ViewCount.id = id;
     t_ViewCount.date = date;
     t_ViewCount.count = count;
     t_ViewCount.video = video;
     return t_ViewCount;
 }