public SysOperatorController(ISysOperatorBll sysOperatorBll, ISysCorpTypeBll sysCorpTypeBll, ISysSkinBll sysSkinBll, ISysCorpBll sysCorpBll)
 {
     this.sysOperatorBll = sysOperatorBll;
     this.sysCorpTypeBll = sysCorpTypeBll;
     this.sysSkinBll     = sysSkinBll;
     this.sysCorpBll     = sysCorpBll;
 }
        //ISupplierBll supplierBll;

        public CorporationController(ISysCorpBll sysCorpBll, IDropDownListService dropDownListService, ISysCorpStatusBll sysCorpStatusBll /*, ISupplierBll supplierBll*/)
        {
            this.sysCorpBll = sysCorpBll;
            //this.sysCorpTypeBll = sysCorpTypeBll;
            this.dropDownListService = dropDownListService;
            this.sysCorpStatusBll    = sysCorpStatusBll;
            //this.supplierBll = supplierBll;
        }