public IEnumerable <uMedia> GetAllImagesAt(int folderId)
 {
     return(_imageRepository.GetAllAt(folderId));
 }