public TournoiWS(MatchWS matchs, string nom, int id) : base(id) { this.matchs = matchs; this.nom = nom; }