public void DevoActStoc(int IdProducto, int Cantidad) { dataProducto.DevoStock(IdProducto, Cantidad); }