public int RechargePrinterQuota(int cardId, double amount)
 {
     return(CardManager.AddMoney(cardId, amount));
 }