public void Undo() { _garden.Remove(_plant); }
public bool Execute() { return(_garden.Remove(_plant)); }