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