private void btnDeleteById_Click(object sender, EventArgs e) { int id = int.Parse(txtId.Text); Controller.DeleteByID(id); UpdateData(); }