/// <summary>
 /// Deprecated Method for adding a new object to the RequestAttachments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRequestAttachments(RequestAttachment requestAttachment)
 {
     base.AddObject("RequestAttachments", requestAttachment);
 }
 /// <summary>
 /// Create a new RequestAttachment object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static RequestAttachment CreateRequestAttachment(global::System.String id)
 {
     RequestAttachment requestAttachment = new RequestAttachment();
     requestAttachment.ID = id;
     return requestAttachment;
 }