public void DecreaseRecetteStock(string recette, int quantite) { m_clientSQL.DecreaseRecetteStock("'" + recette + "'", quantite); }