@Override
  public void updateBlackList(BlackList blackList) throws Exception {

    blackListDao.updateBlackList(blackList);
  }