public void ExcluirCategoria(int id)
 {
     ServicoCategoria.ExcluirRegistro(id);
 }