public GalleryController(ApplicationDbContext context, IUploadInterface upload) { _context = context; _upload = upload; }