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