namespace DR.FV2016.Web.Models.Constituency { public class PostCode { public int Number { get; set; } public string Name { get; set; } public Constituency Constituency { get; set; } //public string ConstituencySlug { get; set; } //public string ConstituencyName { get; set; } } }