public void RemoveSelfInvoiceCommand_Executed(object sender) { if (_contoData.SelfInvoiceDelete((SelfInvoicesMaster)sender)) { UpdateList(); AppProperties.FormHaveModifications = false; } else { MessageBox.Show("Impossibile eliminare l'autofattura perchè in uso nel conto!"); } }