public string PrintReport() { return(ReportHeader.Print() + Environment.NewLine + ReportBody + Environment.NewLine + ReportFooter.Print()); }