public ActionResult DeleteProduct(int productId)
 {
     Pc.DeleteProduct(productId);
     return(RedirectToAction("Index"));
 }