public NewsItemModel()
 {
     Comments = new List<NewsCommentModel>();
     AddNewComment = new AddNewsCommentModel();
 }