}
@Atomic
public static void createInsuranceExemption(final Person responsible, final InsuranceExemptionBean exemptionBean) {
new InsuranceExemption(responsible, exemptionBean.getInsuranceEvent(), exemptionBean.getJustificationType(),
exemptionBean.getReason(), exemptionBean.getDispatchDate());
}