public FrmCluster()
 {
     InitializeComponent();
     clusterDAO = new ClusterDAO();
     floorDAO   = new FloorDAO();
     chuyenDAO  = new ChuyenDAO();
 }
 public FrmReportCountErrorHours()
 {
     InitializeComponent();
     this.chuyenDAO  = new ChuyenDAO();
     this.clusterDAO = new ClusterDAO();
     //     this.shiftDAO = new ShiftDAO();
     //     this.errorDAO = new ErrorDAO();
 }
 public FrmReportNSLinesByHours()
 {
     InitializeComponent();
     this.chuyenDAO  = new ChuyenDAO();
     this.clusterDAO = new ClusterDAO();
     //     this.shiftDAO = new ShiftDAO();
     this.isNSAllDay = false;
 }