public static void RemoveReport(Report report) { Reports.Remove(report); }
public static void AddReport(Report report) { Reports.Add(report); }