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