public ActionResult Download()
        {
            List <ObjFile> data = ManagerBLL.Manager_GetAllFileToDownload();

            return(View(data));
        }