private void BtVoirCom_Click(object sender, EventArgs e) { dgvCom.DataSource = DAL.GetCom(tbComId.Text); }