private void btn_Delete_Click(object sender, EventArgs e) { clientLogic.DeleteById(int.Parse(textBoxId.Text)); }