public bool updateKnowledge(int id, string title, string artical, string user) { return(dal.updateKnowledge(id, title, artical, user) > 0); }