public int queryForCount(DictionaryDataModel model) {
   return dictionaryDataDAO.queryForCount(model);
 }