private void AddPicToGallery(Texture2D texture)
 {
     currentGallery.AddPicToGallery(texture);
 }