public async Task <ActionResult <Folder> > GetFolderById(int id)
 {
     return(await _repo.GetEntityById(id));
 }