public Tournament()
 {
     Standings = new GroupStandings[0];
 }
 public Tournament()
 {
     Standings = new GroupStandings[0];
 }