public ActionResult List() { List <BinaryFileVO> binaryFileVOList = BinaryFile.GetVOList(); return(View(binaryFileVOList)); }