public DataTable GetFolderItems(int folderId, string dataSource)
 {
     return(_folderDAO.GetFolderItems(folderId, dataSource));
 }