public void Remove(MatchV matchV) { MatchVRepository.Remove(matchV); }
public void Add(MatchV matchV) { MatchVRepository.Add(matchV); }