public function findPicture($name)
 {
     return Image::open($this->pathProtectorProtect($name));
 }