public Collection<CloudVO> allFile(int memberId) {
   return dao.selectByMemberId(memberId);
 }