public Integer calculateProgressOfUserStory(UserStory userStory) {
   return userStoryService.findProgressOfUserStory(userStory);
 }