public function index()
 {
     $moods = Mood::select('id', 'name')->get();
     return $moods;
 }