public int Add(string subject, string newsText) { using (SprocWrapper db = new SprocWrapper()) { return(db.News_Insert(subject, newsText, DateTime.Now)); } }