// GET: Stade
 public ActionResult Index()
 {
     return(View(service.GetAllStades().Select(s => new Stade(s)).ToList()));
 }