public static NewsItem ToEntity(this NewsItemModel model)
 {
     return(model.Map <NewsItem>());
 }