public bool UpdateCategory(string categoryName, int id) { return(dbManager.Execute(conn => DalArticle.UpdateCategory(conn, categoryName, id))); }