public IActionResult Get()
        {
            RPInventario rpInv = new RPInventario();

            return(Ok(rpInv.ObtenerProducto()));
        }