public PrintedDocumentsListDto GetPrintedList() { return(new PrintedDocumentsListDto() { List = _logic.GetPrintedList() }); }