public SelectableContactElement(SelectableContact contact) : base(contact.DisplayName) { this.Contact = contact; }