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