Dim ToolStripComboBox As New Windows.Forms.ToolStripComboBox("ToolStripComboBox")
ToolStripComboBox.Items.AddRange(Customers.ToArray())