public List <RootFolder> All() { var rootFolders = _rootFolderRepository.All().ToList(); return(rootFolders); }