private void ExibirTodos()
 {
     _animalServico = new AnimalServico();
     PreencherDataGrid(_animalServico.ObterTodos());
 }