public GameRoom()
 {
     Matches     = Matches.Init();
     Competitors = Competitors.Init();
 }