}
public void storeAction(Action action, Person person) {
DmProduct dmProduct =
DmProductFactory.instance().getClient(getCallContext());
Action resp = dmProduct.store(action, getIssue(getSelectedIssue()), person, getCallContext());
action.setId(resp.getId());
// getSelectedIssuesActions().add(resp);
}