public Aluguel Get(int id) { try { return(_aluguelRepository.Get(id)); } catch (Exception ex) { throw ex; } }