public LineMonitorPresenter(ILineMonitorView view)
 {
     this.view        = view;
     mesDA            = new MesDA();
     logBll           = new SysLogBll();
     produceRecordBll = new ProduceRecordBll();
 }
 public LineMonitorPresenter(ILineMonitorView view)
 {
     this.view = view;
     // mesDA = new MesDA();
     logBll                     = new SysLogBll();
     produceRecordBll           = new ProduceRecordBll();
     bllOfflineData             = new OfflineDataBLL();
     this.bllFxjDataUploadToMes = new FXJDatabase.tb_CheckDataonlineBLL();
 }