public List <Jogo> Get() { return(_jogo.Get()); }
public async Task <List <Jogo> > Get(int id) { var jogos = await _service.Get(id); return(jogos); }