public bool Delete(int newsID) { using (SprocWrapper db = new SprocWrapper()) { return(db.News_Delete(newsID)); } }