public void AddToCashFlowCommand_Executed(object sender) { _contoData.SelfInvoiceAddToCashFlow((SelfInvoicesMaster)sender); UpdateList(); AppProperties.FormHaveModifications = false; }