public ActionResult BuyProduct(int id)
 {
     pr.BuyProduct(id);
     return(RedirectToAction("ShowMyCart"));
 }