private void btnDelete_Click(object sender, EventArgs e) { lbProducts.Items.Remove(lbProducts.SelectedItem); }