public function get_backgrounds()
 {
     $backgrounds = Background::all();
     return $backgrounds;
 }