/// <summary>
 ///下载导入推送中不存在的人员信息
 /// </summary>
 /// <returns></returns>
 public void DownNotExistPeople(string fileName)
 {
     _dl.DownNotExistPeople(fileName);
 }