protected void ShowTaskDetails(Task task) { this._detailsScreen = new Tasky.Screens.iPhone.TaskDetails.Screen(task); this.NavigationController.PushViewController(this._detailsScreen, true); }