public DbProfileCollectionRepository(ArtHubDbContext context) { _context = context; }
public DbArtRepository(ArtHubDbContext context) { _context = context; }