public ContentResult Delete(int id) { autorRepository.ExcluirPorId(id); autorRepository.Salvar(); return(Content("Excluído com sucesso")); }