private void btnDeletePro_Click(object sender, EventArgs e) { ProductBLL.DeletePro(tbIDPro.Text); tblProduct.DataSource = pro.GetAll(); }