/// <summary>
 /// Create a new tag object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="ref_count">Initial value of the ref_count property.</param>
 public static tag Createtag(global::System.Int32 id, global::System.String name, global::System.Int32 ref_count)
 {
     tag tag = new tag();
     tag.id = id;
     tag.name = name;
     tag.ref_count = ref_count;
     return tag;
 }
 /// <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(tag tag)
 {
     base.AddObject("tags", tag);
 }