public void AddDirectory(string dirName, int parentDirId)
 {
     _moviesRepository.AddDirectory(dirName, parentDirId);
 }