public function occupied()
    {
        $title = trans('navigation.currently_occupied_rooms');

        $dataset = Room::select('id', 'number', 'floor', 'capacity', 'price', 'comment')