public ActionResult RechercherProduitParNom(string nom) { var res = Iadministrateur.RechercherProduitsParNom(nom); return(View(res)); }