@Test
  public void testGetPrice() {

    Ticket t1 = new WalkupTicket(111);
    Assert.assertEquals(50.0, t1.getPrice(), 0);
  }