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