public string GetPostCodeInAllCaps()
 {
     return(PostCode?.ToUpper());
 }