public AlbumsController(AlbumCollectionContext context)
 {
     _context = context;
 }
 public ArtistRepository(AlbumCollectionContext context) : base(context)
 {
 }
 public SongRepository(AlbumCollectionContext context) : base(context)
 {
 }