public UsersController(HRDBContext_12 context, IUserServices userService)
 {
     this._userService = userService;
     _context          = context;
 }
 public CandidatesController(HRDBContext_12 context)
 {
     _context = context;
 }