public static bool DeleteDetailTransactionById(int trHeaderId)
 {
     return(TransactionHandler.DeleteDetailTransactionById(trHeaderId));;
 }