private bool NextPageCanExecute()
 {
     return(CurrentStep.Validate(Tile));
 }