public WorkItem GetWorkItemWithAllLinkedItems(int workItemId) { return(_repository.GetWorkItemWithAllLinkedItems(workItemId)); }