/// <summary>
 /// Create a new THE object.
 /// </summary>
 /// <param name="theID">Initial value of the TheID property.</param>
 /// <param name="chietKhau">Initial value of the ChietKhau 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 THE CreateTHE(global::System.Int32 theID, global::System.Int32 chietKhau, global::System.Boolean visual, global::System.Boolean deleted, global::System.Boolean edit)
 {
     THE tHE = new THE();
     tHE.TheID = theID;
     tHE.ChietKhau = chietKhau;
     tHE.Visual = visual;
     tHE.Deleted = deleted;
     tHE.Edit = edit;
     return tHE;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the THEs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTHEs(THE tHE)
 {
     base.AddObject("THEs", tHE);
 }