public IActionResult List() { _logger.LogInformation("Order Details Listed " + DateTime.Now.ToString()); return(View(_repository.GetActive())); }