public void Delete(int PKID) { Action <SqlConnection> action = (connection) => DalArticle.Delete(connection, PKID); dbManager.Execute(action); }