public IActionResult ClearBasket()
 {
     orderServer.ClearBasket();
     return(RedirectToAction(nameof(Index)));
 }