public async Task AddRange(object[] t) { await _ctx.AddRangeAsync(t); await _ctx.SaveChangesAsync(); }