@Override
 public Long countSize() throws MyDaoException {
   return gDao.countSize();
 }