///api/ApiProducto/#id public List <Producto> Get(int id) { return(producto.ObtenerProductoId(id)); }