private void PrintReports(List <OrderReport> reports)
 {
     foreach (var report in reports)
     {
         _reportOutput.Print(report);
     }
 }