public AlbumsController()
 {
     this.data = new ArtistsData();
 }
 public SongsController()
 {
     this.data = new ArtistsData();
 }