public void AlbumArtRepositorySelectAllTest()
 {
     var target = new AlbumArtRepository("art");
     target.SelectAll();
     Assert.Fail();
 }