public static void DeleteVoteItem(string strID) { VoteBLL.ChangeVoteCountByGeneral(strID, ChangeAction.Minus); dal.DeleteVoteItem(strID); }