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