public Repository(CContext _context) { Context = _context; }
public Repository() { Context = new CContext(); }