public ActionResult SupprimerTheme(int themeid) { CTheme.SupprimerTheme(themeid); return(RedirectToAction("ListTheme")); }