public static string GetComboBoxText(this Menu self, string text)
 {
     return(MenuHandler.GetComboBoxText(self, text));
 }