public boolean updateCommicReaded(Commic commic) {
   return databaseHelper.updateCommicReaded(commic);
 }