partial void DeleteMatchReport(MatchReport instance);
partial void InsertMatchReport(MatchReport instance);
partial void UpdateMatchReport(MatchReport instance);
public void Add(MatchReport r) { db.MatchReports.InsertOnSubmit(r); }