private void supprimer_Click(object sender, EventArgs e) { ProduitDAO.supprimer(Txt_Ref.Text); DG_Prod.DataSource = ProduitDAO.Liste_Produit(); }