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