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