private void btnDel_Click(object sender, EventArgs e) { presenter.delete(listBox1.SelectedItem as Product); }