public void EditarStock(string id, string stock) { objProct.EditarStock(Convert.ToInt32(id), Convert.ToInt32(stock)); }