public void Excluir(int usuarioId)
 {
     usuarioADO.Excluir(usuarioId);
 }