//clear the board public void Clear() { _isPressed = false; _shapeFactory.Clear(); NotifyModelChanged(); }