@Override
 public void write(Notice bbs) {
   bbsDao.insert(bbs);
 }
 @Override
 public List<Notice> list() {
   return bbsDao.list();
 }