public void resStock(int IdProducto, int nCantidad) { dataProducto.ResStockProd(IdProducto, nCantidad); }