public Game(Team team1, Team team2, Referee referee)
 {
     Team1        = team1;
     Team2        = team2;
     Game_referee = referee;
 }