IEnumerable <TaskFolder> ITaskFolderService.GetAllTaskFolders()
 {
     return(_repository.FindAll());
 }