public PlayersController(VideoGamesShop_MVCDataContext context)
 {
     _context = context;
 }