function column_CruiseType($item)
 {
     $cruise_obj = new byt_cruise($item->cruise_id);
     return $cruise_obj->get_type_name();
 }