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