void TryToGoNext()
 {
     if (ValidateInputInternal() != null)
     {
         return;
     }
     host.Next();
 }
 void IViewEvents.OnOptionDblClicked()
 {
     host.Next();
 }