public int SaveCheque(Cheque aCheque) { ngateway = new ChequeGateway(); return(ngateway.SaveCheque(aCheque)); }