public IList <TEntity> DeleteListByPid(string pid)
 {
     return(service.DeleteListByPid(pid));
 }