public IActionResult Confirmation(int accountID) { shopLogic.CreateOrder(accountID); shopLogic.DeleteBag(accountID); return(View()); }