void ShowLoadingIcon_Command(string[] param)
 {
     screen.SetLoadingIcon(param[0] == "true" ? true : false);
 }