I have an enum :
[Flags] public enum Access { Delete, Publish, Submit, Comment, Modify }
I need to extend it with the fol