public static void showInTreeView(this MethodMappings methodMappings, TreeView treeView, string filter)
 {
     methodMappings.showInTreeView(treeView, filter, false, false);
 }