public bool Delete(object PubAdvCartonID)
 {
     return(PublishipAdvanceCartonTable.Delete(PubAdvCartonID) == 1);
 }