public UnitOfWork(WINContext context) { _context = context; }
public UnitOfWork() { _context = new WINContext(); }