public void chiudiControlloAffidamento(NpgCheckListContratti clcSelected, Utenti utente)
      throws Exception {
    getLogger().beginMethod("chiudiControlloAffidamento della classe " + this.getClass().getName());

    PonControlliAffidamentiManager caManager =
        (PonControlliAffidamentiManager)
            ServiceLocator.getManager(
                springContext, ManagersNames.PONATAS_CONTROLLI_AFFIDAMENTI_MANAGER);

    caManager.chiudiControlloAffidamento(clcSelected, utente);

    getLogger().endMethod("chiudiControlloAffidamento " + this.getClass().getName());
  }