@Override
 public Integer deleteTagsCategoryCollection(Integer id) {
   return tagsCategoryCollectionDao.deleteCollectionById(id);
 }