public static void PlayerHasWon(int team)
 {
     instance.PlayerWon(team);
 }