public async Task AddRangeAsync(IEnumerable <EmployeeArrival> informationModels) { await _context.AddRangeAsync(informationModels); }