//查询身份证是否存在
 public bool ExitIDCard(string IDCard)
 {
     return(objReaderService.ExitIDCard(IDCard));
 }