function fileDownload(url, params, method) {
    window.location.href=url + '?' + params;
}
