public CandidatesRepo(TestSwitchDbContext context)
 {
     _context = context;
 }
 public AdminRepo(TestSwitchDbContext context)
 {
     _context = context;
 }