public DataSet getArticle(int id, bool read) { if (read) { dal.addArticleRead(id); } return(dal.getKnowledge(id)); }