private ListForUserBookmark action;
protected void setUp() throws Exception {
super.setUp();
forUserManager = new ForUserManager(getGnizrDao());
forUserPager = new ForUserPager(getGnizrDao());
action = new ListForUserBookmark();
action.setForUserManager(forUserManager);
action.setForUserPager(forUserPager);
}