namespace Yavsc.Models.Haircut { public enum HairLength : int { Short = 1, HalfLong, Long } }