public bool IsAllowedPhotoCheckonPhotoId(int PhotoId)
 {
     TributeResource objResource = new TributeResource();
     return objResource.IsAllowedPhotoCheckonPhotoId(PhotoId);
 }