public CommentRepository(CustomerSupportDbContext context)
 {
     this.context = context;
 }
 public TicketRepository(CustomerSupportDbContext context)
 {
     this.context = context;
 }