public void AddToAlbum(int albumId, string path)
 {
     photoRepository.AddToAlbum(albumId, path);
     uow.Commit();
 }