public function excluir(PlanoConta $obj)
 {
     $strSQL = "DELETE FROM FIN_PLA_PLANOS_CONTAS WHERE PLA_ID=" . $obj->getId();
     return Db::getInstance()->executar($strSQL);
 }