public IEnumerable <WorkItem> GetChildWorkItems(WorkItemParent parent)
 {
     return(_workflow.GetChildWorkItems(parent));
 }