/// <summary>
 /// Deprecated Method for adding a new object to the DONVIs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDONVIs(DONVI dONVI)
 {
     base.AddObject("DONVIs", dONVI);
 }
 /// <summary>
 /// Create a new DONVI object.
 /// </summary>
 /// <param name="donViID">Initial value of the DonViID property.</param>
 /// <param name="visual">Initial value of the Visual property.</param>
 /// <param name="deleted">Initial value of the Deleted property.</param>
 /// <param name="edit">Initial value of the Edit property.</param>
 public static DONVI CreateDONVI(global::System.Int32 donViID, global::System.Boolean visual, global::System.Boolean deleted, global::System.Boolean edit)
 {
     DONVI dONVI = new DONVI();
     dONVI.DonViID = donViID;
     dONVI.Visual = visual;
     dONVI.Deleted = deleted;
     dONVI.Edit = edit;
     return dONVI;
 }