public IEnumerable <GameDto> GetNonRentedGames()
 {
     return(MapFromEntitiesToDtos(_gameDomainService.GetNonRentedGames(), DomainToDtoEnum.Game));
 }