public ColourRepository(AnswerSpaTestContext context)
 {
     _context = context;
 }
 public PersonRepository(AnswerSpaTestContext context)
 {
     _context = context;
 }