stubbedDialogs = new StubbedDialogs();
UISupport.setDialogs(stubbedDialogs);
service = ModelItemFactory.makeRestService();
service.addEndpoint(ENDPOINT);
parentResource = service.addNewResource("parent", PARENT_RESOURCE_PATH);
action = new NewRestResourceAction();
}