Khayatbashi was an actor and comedian first and foremost and he was most commonly known as “Engineer Billy”. The cinematic orchestration of his songs, heavily laden with superlative strings, was befitting of his powerful operatic voice and his resonance assisted the telling of his torturous narratives.
/*
function set(variable){ return variable; }
var mis_categorias = set([1, 2, 4]);
var mis_labels = set([3]);
var mis_generos = set([1]);
$('[name=genres]').each(function(){ $(this).parent().hide();});
mis_generos.forEach(function (e){$('[name=genres][value='+e+']').parent().show();});
$('[name=categories]').each(function(){ $(this).parent().hide();});
mis_categorias.forEach(function (e){$('[name=categories][value='+e+']').parent().show();});*/