public string ShowCurrentCustomer() => CurrentCustomer?.ToString() ?? "No Customer Currently Selected";