private bool FilterVlu_LichTrinh_ChiTiet(Vlu_LichTrinh_ChiTiet entity)
 {
     return (entity.LichTrinhID == this.ID);
 }
 private void DetachVlu_LichTrinh_ChiTiet(Vlu_LichTrinh_ChiTiet entity)
 {
     entity.Vlu_LichTrinh = null;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Vlu_LichTrinh_ChiTiet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVlu_LichTrinh_ChiTiet(Vlu_LichTrinh_ChiTiet vlu_LichTrinh_ChiTiet)
 {
     base.AddObject("Vlu_LichTrinh_ChiTiet", vlu_LichTrinh_ChiTiet);
 }
 private void AttachVlu_LichTrinh_ChiTiet(Vlu_LichTrinh_ChiTiet entity)
 {
     entity.Vlu_LichTrinh = this;
 }
 /// <summary>
 /// Create a new Vlu_LichTrinh_ChiTiet object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="lichTrinhID">Initial value of the LichTrinhID property.</param>
 /// <param name="tuan">Initial value of the Tuan property.</param>
 /// <param name="ngayTao">Initial value of the NgayTao property.</param>
 public static Vlu_LichTrinh_ChiTiet CreateVlu_LichTrinh_ChiTiet(global::System.Int32 id, global::System.Int32 lichTrinhID, global::System.Int32 tuan, global::System.DateTime ngayTao)
 {
     Vlu_LichTrinh_ChiTiet vlu_LichTrinh_ChiTiet = new Vlu_LichTrinh_ChiTiet();
     vlu_LichTrinh_ChiTiet.ID = id;
     vlu_LichTrinh_ChiTiet.LichTrinhID = lichTrinhID;
     vlu_LichTrinh_ChiTiet.Tuan = tuan;
     vlu_LichTrinh_ChiTiet.NgayTao = ngayTao;
     return vlu_LichTrinh_ChiTiet;
 }