public UserRepository(MusicContext context) { this.context = context; }
public AlbumRepository(MusicContext context) { this.Context = context; }