public function findByUrl($url)
 {
     return Image::whereUrl($url)->whereIsEnabled(true)->first();
 }