public Status MoneyOut(string POSIndentifier, int cashierID, string cashierName, Tender tenderType, decimal amount)
 {
     throw new NotImplementedException();
 }
 public Status MoneyOut(string POSIndentifier, int cashierID, string cashierName, Tender tenderType, decimal amount)
 {
     return SuccessStatus;
 }