public async void Register(CetUser user) { await _context.AddAsync(user); await _context.SaveChangesAsync(); }