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