private void Delete_Click(object sender, EventArgs e)
 {
     ApplicationManager.deleteBuyer(comboBox1.SelectedItem.ToString());
     comboBox1.Items.Remove(comboBox1.SelectedItem.ToString());
     ApplicationManager.getBuyerID(comboBox1);
 }