*
*/
protected void showLatest( final List<Track> tracks, final List<Artist> artists, final List<Album> albums ) throws IOException, SQLException {
final TLatest tpl = new TLatest();
tpl.setTracks( tracks );
tpl.setArtists( artists );
tpl.setAlbums( albums );
getResponse().showHtml( tpl );
}