namespace Domains.ApplicantDomain { public enum MaritalStatus { Other, Married, Unmarried, Separated, WidowOrWidower } }