public void MakeTeams() { GetPlayers(); _teamOne = new Team(PlayerOne, PlayerThree); _teamTwo = new Team(PlayerTwo, PlayerFour); }