public BOChiTietQuyen()
 {
     ChiTietQuyen = new CHITIETQUYEN();
     Quyen = new QUYEN();
     ChucNang = new CHUCNANG();
     QuyenNhanVien = new QUYENNHANVIEN();
     NhomChucNang = new NHOMCHUCNANG();
 }
 public BOQuyenNhanVien()
 {
     Quyen = new QUYEN();
     QuyenNhanVien = new QUYENNHANVIEN();
     NhanVien = new NHANVIEN();
 }
 /// <summary>
 /// Create a new QUYENNHANVIEN object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="edit">Initial value of the Edit property.</param>
 /// <param name="visual">Initial value of the Visual property.</param>
 /// <param name="deleted">Initial value of the Deleted property.</param>
 public static QUYENNHANVIEN CreateQUYENNHANVIEN(global::System.Int32 id, global::System.Boolean edit, global::System.Boolean visual, global::System.Boolean deleted)
 {
     QUYENNHANVIEN qUYENNHANVIEN = new QUYENNHANVIEN();
     qUYENNHANVIEN.ID = id;
     qUYENNHANVIEN.Edit = edit;
     qUYENNHANVIEN.Visual = visual;
     qUYENNHANVIEN.Deleted = deleted;
     return qUYENNHANVIEN;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the QUYENNHANVIENs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQUYENNHANVIENs(QUYENNHANVIEN qUYENNHANVIEN)
 {
     base.AddObject("QUYENNHANVIENs", qUYENNHANVIEN);
 }