public async Task GetAll() { Tipos = await _dbContext.Tipos .ToListAsync(); TiposNaoCadastrados = !Tipos.Any(); }