public Drop(Crane crane, string command)
 {
     this.Command = command;
     this._crane  = crane;
 }
 public SwingLeft(Crane crane, string command)
 {
     this.Command = command;
     this._crane  = crane;
 }