public GenericRepository(ModelEntities context) { _context = context; }
public UnitOfWork() { _context = new ModelEntities(); }