public void AddGalleryImage(Guid id, Image img)
 {
     _galleryRepository.AddGalleryImage(id, img);
 }