story.setPersistanceId(1);
story.setBusinessValue(businessValue);
story.setRiskLevel(riskLevel);
Project project = new ProjectImpl();
project.setPersistanceId(5);
story.setProject(project);
story.setShortDescription("titi");
story.setDescription("toto");
story.setDaysEstimated(2);