@org.junit.After
 public void tearDown() throws Exception {
   bcontroller.deleteBooking(book.getId());
   bcontroller = null;
 }