public PasswordRuleService(PasswordContext context)
 {
     _context = context;
 }
 public UserManagementService(PasswordContext context)
 {
     _context = context;
 }