private void List() { customerBusiness = new CustomerBusiness(customer); classBusiness.dgwCustomer = dgwCustomer; classBusiness.Operation(customerBusiness, ClassBusiness.OperationType.List); }