public ScheduledReport(DataRow row, ScheduledReports scheduledReports) : base(row, scheduledReports)
 {
     _scheduledReports = scheduledReports;
 }