public static bool DeletePhoto(int photoId) { IGalleryRepository galleryRepo = new GalleryRepository(); return(galleryRepo.DeletePhoto(photoId)); }