public ActionResult ZeroAllProducts(int code = 0) { StockServiceClient service = new StockServiceClient(); service.ZeroAllProducts(code); return RedirectToAction("Index"); }