public function onRun()
 {
     $this->userid = PicasaSettings::get('userid');
     $this->getAllAlbums();
 }
 public function onRun()
 {
     $this->userid = PicasaSettings::get('userid');
     $this->getOneAlbum($this->property('albumId'));
 }