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