List<tblSong> IDataLayer.GetSongs(SongParams songParams) { throw new NotImplementedException(); }
public static List<Song> GetSongs(SongParams song) { throw new NotImplementedException(); }