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