public static function excluir()
 {
     $voucher = new Voucher();
     $voucher->selecionarPorId($_POST['id']);
     $voucher->excluir();
 }