public CTrackerRepository() { Context = new CTrackerContext(); }
public CTrackerRepository(CTrackerContext _context) { Context = _context; }