private void getCustomer() { listCustomer = null; listCustomer = conDB.getCustomer(); if (listCustomer != null) { customerName.Properties.Items.AddRange(listCustomer[1]); customerReceiveProduct.Properties.Items.AddRange(listCustomer[1]); } }