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