namespace OFBButte.Entities { public enum BibleReading { Always = 1, Sometimes = 2, Rarely = 3 } }