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 QUYEN object.
 /// </summary>
 /// <param name="maQuyen">Initial value of the MaQuyen 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 QUYEN CreateQUYEN(global::System.Int32 maQuyen, global::System.Boolean visual, global::System.Boolean deleted, global::System.Boolean edit)
 {
     QUYEN qUYEN = new QUYEN();
     qUYEN.MaQuyen = maQuyen;
     qUYEN.Visual = visual;
     qUYEN.Deleted = deleted;
     qUYEN.Edit = edit;
     return qUYEN;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the QUYENs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQUYENs(QUYEN qUYEN)
 {
     base.AddObject("QUYENs", qUYEN);
 }