function getFile(id)
{
    window.location = "/download/get/id/" + id;
}

