public function run($id, $filename)
 {
     $image = Image::findOne($id);
     return $image->delete();
 }