public void RemoveMatchup(Matchup matchup) { Matchups.Remove(matchup); }
public void AddMatchup(Matchup matchup) { Matchups.Add(matchup); }