private void executeChangeMaterialCommand() { if (IsEnableButton == false && _corpus != null) { ChangeMaterial?.Invoke(this, new EventArgs()); } }