public string GetPhotoName(PhotoTypes photo) { return(Photos.GetPhotoName(_FileExtension, photo, FileIdentifre, _FileID)); }
//------------------------------------------ #endregion public string GetOldOriginalPhotoName(string photoExtension) { return(Photos.GetPhotoName(photoExtension, PhotoTypes.Original, FileIdentifre, _FileID)); }