/// <summary>
 /// Create a new DINHLUONG object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="kichThuocMonChinhID">Initial value of the KichThuocMonChinhID property.</param>
 /// <param name="kichThuocBan">Initial value of the KichThuocBan property.</param>
 /// <param name="soLuong">Initial value of the SoLuong 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 DINHLUONG CreateDINHLUONG(global::System.Int32 id, global::System.Int32 kichThuocMonChinhID, global::System.Int32 kichThuocBan, global::System.Int32 soLuong, global::System.Boolean visual, global::System.Boolean deleted, global::System.Boolean edit)
 {
     DINHLUONG dINHLUONG = new DINHLUONG();
     dINHLUONG.ID = id;
     dINHLUONG.KichThuocMonChinhID = kichThuocMonChinhID;
     dINHLUONG.KichThuocBan = kichThuocBan;
     dINHLUONG.SoLuong = soLuong;
     dINHLUONG.Visual = visual;
     dINHLUONG.Deleted = deleted;
     dINHLUONG.Edit = edit;
     return dINHLUONG;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the DINHLUONGs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDINHLUONGs(DINHLUONG dINHLUONG)
 {
     base.AddObject("DINHLUONGs", dINHLUONG);
 }
 public BODinhLuong()
 {
     DinhLuong = new DINHLUONG();
     MenuMon = new MENUMON();
     LoaiBan = new LOAIBAN();
 }