private void DeleteOperation_DialogButtonClick(Operation operation) { _storeData.RemoveOperation(operation); Dal.DeleteOperation(operation); }