public List <Game> RetrieveGamesForRental() { try { games = GameAccessor.RetrieveAllGames(); } catch (Exception) { } return(games); }