public static PhotoTag UpdateTag(PhotoTag newPhotoTag) { return(newPhotoTag); }
public static bool AddTag(PhotoTag photoTag) { return(true); }