public UserManagerController()
 {
     _empService = new EmployeeService();
     _context = _empService.GetContext();
 }