public static System.Windows.Controls.ListView remove_All(this System.Windows.Controls.ListView listView)
 {
     return(listView.clear());
 }