public static void UpdateState(Guid id, NewsItemsStates state)
 {
     NewsItems.UpdateState(id, state);
 }