//	@Test
 public void testSave() throws Exception {
   Security security = new Security();
   securityService.save(security);
 }
 @Test
 public void testList() throws Exception {
   System.out.println(securityService.list(null, null, 0, 10));
 }