public void AgregarProducto()
        {
            var nuevoProducto = new Inventario();

            ListaInventarios.Add(nuevoProducto);
        }