public static CommandBarPopup get_Menu(this DTE2 dte2, string menuName)
 {
     return(dte2.get_CommandBarPopup(menuName));
 }