private void LoadCustomer() { ICustomerBll bll = new CustomerBll(_log); _listOfCustomer = bll.GetAll(); FillDataHelper.FillCustomer(chkListBox, _listOfCustomer); }