public void DeleteCompletedItem()
 {
     _toDoItemRepository.DeleteComplete();
 }