@Override
 public boolean delete(Integer id) throws MyDaoException {
   gDao.delete(id);
   return true;
 }