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