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