public int AddFolder(Folder folder)
 {
     return(_folderDAO.Add(folder));
 }