public int DeleteQuestion(int PKID)
 {
     return(dbManager.Execute(conn => DalArticle.DeleteQuestion(conn, PKID)));
 }