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