@When("^watches a horror program on the TV$")
 public void watchesAHorrorProgramOnTheTV() throws Throwable {
   tv.setProgram(program);
 }