public List <FolderModel> Get()
 {
     return(FolderRepository.GetAllFolders());
 }