public int CreateNewsLetter(NewsLetterDom newsdom) { int topicId = newsDAL.CreateNewsLetter(newsdom); return(topicId); }