public string GetSecondarySourceDescription() { if (SecondarySource != null) { return(SecondarySource.GetDescription()); } else { return("Not Assigned"); } }