public static System.Windows.Controls.ListView add_Image_Wpf(this System.Windows.Controls.ListView listView, string pathToImage)
 {
     return(listView.add_Image_Wpf(pathToImage, -1, -1));
 }