public function destroy($id)
 {
     SliderObject::destroy($id);
     return redirect('articles');
 }