public AnswerRepository(MyDbContext context)
 {
     this.db = context;
 }
 public TestRepository(MyDbContext context)
 {
     this.db = context;
 }