public IActionResult Index()
        {
            var model = _logData.GetAll();

            return(View(model));
        }