public static List <FolderModel> GetAllFolders()
 {
     return(DirectoryData.GetAllFolders());
 }