public async Task <Sala> BuscarPorId(int id) { try { return(await service.BuscarPorId(id)); } catch (Exception ex) { throw ex; } }