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