public List <Game> RetrieveGamesByMediumId(string mediumId) { try { games = GameAccessor.RetrieveGamesByMediumType(mediumId); } catch (Exception) { throw; } return(games); }