public async Task <ActionResult <List <Folder> > > GetAllFolders() { return(await _repo.GetAllEntitiesAsync()); }