public async Task EliminarRolAsync(int idRol) { await _rolRepository.EliminarRolAsync(idRol); await _rolRepository.SaveChangesAsync(); }