public CusRepository(_DbContext context) { _context = context; }
public ImpRepository(_DbContext context) { _context = context; }