public static function getInstance()
 {
     if (self::$objInstance == null) {
         self::$objInstance = new NegCongregacao();
     }
     return self::$objInstance;
 }
 public function excluirCongregacao($arrStrDados)
 {
     return NegCongregacao::getInstance()->excluir($arrStrDados);
 }
 ?>
                      
                     
                 </table>
                 <br>
                 <table class="dadosFicha">                        
                     <tr class="cabecalhoFicha">
                         <td >SEDE/CONGREGA&Ccedil;&Atilde;O</td>
                     </tr>
                     
                     <tr >
                         <td colspan="9">
                             <?php 
 if ($membro->getCongregacao()->getId() != null) {
     $arrConsultaCongre["UNI_ID"] = $membro->getCongregacao()->getId();
     $arrObjCongre = NegCongregacao::getInstance()->consultar($arrConsultaCongre);
     $arrObjCongre = $arrObjCongre["objects"];
     $objCongregacao = new Congregacao();
     $objCongregacao = $arrObjCongre[0];
     echo $objCongregacao->getDescricao();
 } else {
     echo 'SEDE';
 }
 ?>
                         </td>
                     </tr>
                 </table>
                 
                 <h1>Histórico de Atividades</h1>
                 <table class="dadosFicha">
                     <tr class="cabecalhoFicha">