public static void Deletar(ContingenciaColateral CC)
 {
     CCPorSessaoService.DeletarAllByCCId(CC.Id);
     AbstractService.Deletar(CC, "ContingenciaColateral");
     UnidadeDoExperimentoService.DeletarAll(new List <UnidadeDoExperimento>()
     {
         CC.sModelo, CC.SC1, CC.SC2, CC.SC3
     });
 }
 private static void DeletarObjetosFilhos(ContingenciaInstrucional contingenciaInstrucional)
 {
     ContigenciaInstrucionalToTatoService.DeletarPorCI(contingenciaInstrucional);
     UnidadeDoExperimentoService.DeletarAll(contingenciaInstrucional.Tatos);
 }