private void OnSuccess(int id) { var matchingSource = sourceService.GetById(id); adapter.Add(matchingSource); sourceTableView.ReloadData(); }