public void DeleteLibro(int libroId) { LibroRepository.DeleteLibro(libroId); LibroRepository.Save(); }