public static bool DeleteTransaction(TransactionHeader currTransaction)
 {
     return(TransactionHandler.DeleteTransaction(currTransaction));
 }