public ActionResult <List <LogEntry> > Statements(ExportResult[] dataSets)
        {
            ExportImportService <T> tempService = new ExportImportService <T>(_context);

            return(Ok(tempService.ExportSQLScripts(dataSets[0], dataSets[1])));
        }