public UnitOfWork() { _context = new HubContext(); }
public ReportRepository(HubContext context) { _context = context; }