public DataTable GetAlbumsByKeyword(string keyword) { DataTable dt = d.GetAlbumsByKeyword(keyword); return(dt); }