public function findAlbumNameListByIdList(array $idList)
 {
     return $this->photoAlbumDao->findAlbumNameListByIdList($idList);
 }