public IActionResult Index() { NumRowsInDataTables statistics = _statisticsRepository.GetNumRowsInDataTables(); return(View(statistics)); }