private void btn_guardar_Click(object sender, EventArgs e) { Producto.sumarStock(int.Parse(txt_agregar.Text), txt_codigo.Text); Cargar_grilla(Producto.Todos_los_Productos()); }