public ImageSourceBinding(ImageSource imageSource, string path)
 {
     ImageSource = imageSource;
     Path        = path;
 }
 public ImageSourceBinding(FFImageLoading.Work.ImageSource imageSource, string path)
 {
     ImageSource = imageSource;
     Path        = path;
 }