private void OnDetail(uint?id) { if (id.HasValue) { _navigator.Detail(); //_eventAggregator.GetEvent<DataEvents.DetailEvent>().Publish(id.Value); } }