private bool FilterVlu_CamNhan(Vlu_CamNhan entity)
 {
     return (entity.NhomID == this.NhomID);
 }
 private void DetachVlu_CamNhan(Vlu_CamNhan entity)
 {
     entity.Vlu_CamNhanNhom = null;
 }
 /// <summary>
 /// Create a new Vlu_CamNhan object.
 /// </summary>
 /// <param name="portalID">Initial value of the PortalID property.</param>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="nhomID">Initial value of the NhomID property.</param>
 /// <param name="tieuDe">Initial value of the TieuDe property.</param>
 /// <param name="ngayGui">Initial value of the NgayGui property.</param>
 /// <param name="nguoiGui">Initial value of the NguoiGui property.</param>
 /// <param name="email">Initial value of the Email property.</param>
 /// <param name="hienThi">Initial value of the HienThi property.</param>
 /// <param name="duyet">Initial value of the Duyet property.</param>
 public static Vlu_CamNhan CreateVlu_CamNhan(global::System.Int32 portalID, global::System.Int32 id, global::System.Int32 nhomID, global::System.String tieuDe, global::System.DateTime ngayGui, global::System.String nguoiGui, global::System.String email, global::System.Boolean hienThi, global::System.Boolean duyet)
 {
     Vlu_CamNhan vlu_CamNhan = new Vlu_CamNhan();
     vlu_CamNhan.PortalID = portalID;
     vlu_CamNhan.ID = id;
     vlu_CamNhan.NhomID = nhomID;
     vlu_CamNhan.TieuDe = tieuDe;
     vlu_CamNhan.NgayGui = ngayGui;
     vlu_CamNhan.NguoiGui = nguoiGui;
     vlu_CamNhan.Email = email;
     vlu_CamNhan.HienThi = hienThi;
     vlu_CamNhan.Duyet = duyet;
     return vlu_CamNhan;
 }
 private void AttachVlu_CamNhan(Vlu_CamNhan entity)
 {
     entity.Vlu_CamNhanNhom = this;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Vlu_CamNhan EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVlu_CamNhan(Vlu_CamNhan vlu_CamNhan)
 {
     base.AddObject("Vlu_CamNhan", vlu_CamNhan);
 }