public function getFotoByParentIdWithPng ()
{
$asutpService = $this->getAsutpRepository();
$foto = ['parentId' => '2',
'image' => 'sh1.png'];
return $asutpService->findBy($foto);
}
$file = new SplFileInfo($filepath);
var_dump($file->getExtension());