public void SetCustomer(List <string[]> customerRecord) { _blService.SetCustomer(customerRecord); UpdateCustomerString(); }