public float GetProduitCommande(string nom) { return(m_clientSQL.GetQuantiteCommande("'" + nom + "'")); }