public void CreateEftposPayment(decimal amount) { Facade.AddEFTPOSPayment(Register.AreaId, Register.Id, Sale.Id, amount); }