private void OnInsertExecute() { _repository.Insert(CurrentFriend); _eventAggregator.GetEvent <UpdateFriendDetailViewEvent>().Publish(); }