public void AddNormalPayment(AccountInfoModel model) { _dal.AddNormalPayment(model); CapitalChanged?.Invoke(null, EventArgs.Empty); }