public void DeleteMatchUp(Matchup matchup) { return; }
public Matchup PostCustomer(Matchup matchup) { return matchup; }
public Matchup PostCustomer(Matchup matchup) { return(matchup); }