private bool FilterVlu_ChuyenMucTinLienQuan(Vlu_ChuyenMucTinLienQuan entity)
 {
     return (entity.NoiDungID == this.NoiDungID);
 }
 private void DetachVlu_ChuyenMucTinLienQuan(Vlu_ChuyenMucTinLienQuan entity)
 {
     entity.Vlu_ChuyenMucNoiDung = null;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Vlu_ChuyenMucTinLienQuan EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVlu_ChuyenMucTinLienQuan(Vlu_ChuyenMucTinLienQuan vlu_ChuyenMucTinLienQuan)
 {
     base.AddObject("Vlu_ChuyenMucTinLienQuan", vlu_ChuyenMucTinLienQuan);
 }
 private void AttachVlu_ChuyenMucTinLienQuan(Vlu_ChuyenMucTinLienQuan entity)
 {
     entity.Vlu_ChuyenMucNoiDung = this;
 }
 /// <summary>
 /// Create a new Vlu_ChuyenMucTinLienQuan object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="noiDungID">Initial value of the NoiDungID property.</param>
 /// <param name="iDKhac">Initial value of the IDKhac property.</param>
 /// <param name="tabId">Initial value of the TabId property.</param>
 /// <param name="loai">Initial value of the Loai property.</param>
 /// <param name="tieuDe">Initial value of the TieuDe property.</param>
 public static Vlu_ChuyenMucTinLienQuan CreateVlu_ChuyenMucTinLienQuan(global::System.Int32 id, global::System.Int32 noiDungID, global::System.String iDKhac, global::System.Int32 tabId, global::System.Int32 loai, global::System.String tieuDe)
 {
     Vlu_ChuyenMucTinLienQuan vlu_ChuyenMucTinLienQuan = new Vlu_ChuyenMucTinLienQuan();
     vlu_ChuyenMucTinLienQuan.ID = id;
     vlu_ChuyenMucTinLienQuan.NoiDungID = noiDungID;
     vlu_ChuyenMucTinLienQuan.IDKhac = iDKhac;
     vlu_ChuyenMucTinLienQuan.TabId = tabId;
     vlu_ChuyenMucTinLienQuan.Loai = loai;
     vlu_ChuyenMucTinLienQuan.TieuDe = tieuDe;
     return vlu_ChuyenMucTinLienQuan;
 }