public void CapturePhoto()
 {
     permissions.CheckWriteStorage();
     cameraCaptureSystem.CapturePhoto(SavePhotoPath);
 }