public UnitOfWork(AssetContext context) { _context = context; Assets = new AssetRepository(_context); }