public ReportGenerator(SupporterRepository repo) { _repo = repo; }
public SupporterModifier(SupporterRepository repo) { _repo = repo; }