public function findUserAlbums($userId, $offset, $limit)
 {
     return $this->photoAlbumDao->getUserAlbums($userId, $offset, $limit);
 }