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