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