public bool AddCategory(ArticleCategory categoryModel)
 {
     return(dbManager.Execute(conn => DalArticle.AddCategory(conn, categoryModel)));
 }