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