public void Detach(int photoId, int albumId)
 {
     _repository.Detach(photoId, albumId);
 }