private async void getImg(string path, BitmapImage img)
 {
     await ImageStorage.GetLoacalFolderImage(new Uri(path), img);
 }