public void DeletePhoto(int photoId)
 {
     _institutionRepository.DeletePhoto(photoId);
 }