private void PopulateList() { var bugs = BugRepository.GetAllBugs(_projectId); var adapter = new BugAdapter(this, this, Resource.Layout.ProjectListRow, bugs.ToArray()); ListAdapter = adapter; }