public void UpdateCategory(Category category) { _readLaterDataContext.Update(category); _readLaterDataContext.SaveChanges(); }