/// <summary>
 /// Método responsável por excluir todos registros
 /// </summary>
 public void ExcluirTodos()
 {
     _repositorio.ExcluirTodos();
 }