private bool ActionIsComplete()
 {
     return(CurrentCommand.IsComplete());
 }