public bool Exist(int id) { try { return(_aluguelRepository.Any(id)); } catch (Exception ex) { throw ex; } }