public IActionResult Delete(int id)
 {
     UserCartManager.Delete(id);
     return(RedirectToAction(nameof(MyCart)));
 }