public WebServiceTests()
 {
     context     = new BookStoreDBContext();
     controller  = new AdminSeviceController();
     controller1 = new BookServiceController();
     controller2 = new OrderServiceController();
 }