public static ListViewContextMenuItem AddContextMenuItem(this ListView self, string name, Action <ListViewItem> onClick) { return(self.AddContextMenuItem(name, onClick, null)); }