public EmployeeRepository(ReportingToolContext context)
 {
     _context = context;
 }
 public UnitOfWork(ReportingToolContext context)
 {
     _context = context;
 }
 public HistoryEventRepository(ReportingToolContext context)
 {
     _context = context;
 }