public ActionResult DeleteConfirmed(int id)
 {
     _productDataSerice.DeleteProduct(id);
     return(RedirectToAction("Index"));
 }