public bool CancelPayUpdate(int id, long number)
 {
     return(d.CancelPayUpdate(id, number));
 }