void Eliminar(long idLista) { _listaRepository.Delete <Pe05_Lista>(idLista); _listaRepository.Save(); }