public bool CanPopup() { return((PopupTitle != null && PopupTitle.Any()) || (PopupText != null && PopupText.Any())); }