private void UpdateComment(int taskId) { lb_comment.ItemsSource = taskContract.GetComments(taskId).OrderBy(x => x.TimeCreated); }