public bool UpdateTheme(int pkid, Article modelValue)
 {
     return(dbManager.Execute(conn => DalArticle.UpdateTheme(conn, pkid, modelValue)));
 }