public List <Article> getTypeArticles(ForumDB db, string type)
 {
     return(db.getTypeArticles("game"));
 }