public ProductDataPresenter(IProductDataSheetView view) { this.view = view; heightDefBll = new ProductHeightDefBll(); packsizeDefBll = new ProductPacsizeDefBll(); productCfgBll = new ProductSizeCfgBll(); gasCfgBll = new GasConfigBll(); }