public ReporterService(TicketReporterDbContext dbContext)
 {
     this.dbContext = dbContext;
 }