public function countAlbums()
 {
     return $this->photoAlbumDao->countAll();
 }