super.setUp();
user1 = setUpUserMock();
role = setUpRoleMock();
photoFormController = new PhotoFormController();
setCommand(photoFormController,Photo.class,"photo","redirect:/photo/new.htm");
photoFormController.setUserContainer(userContainer);
photoFormController.setPhotoManager(photoManager);
photoFormController.setStructureManager(structureManager);