public void Execute() => _waterTank.FIll(_amount);
 public void Undo() => _waterTank.FIll(_amount);