protected override void OnLoad(EventArgs e) { base.OnLoad(e); _liste = DAL.ListeCommande(); dgv_Commandes.DataSource = _liste; }