function get_floor_3($id)
 {
     $m = new Floor();
     $data = $m->getFloor_3_byid($id);
     return $data;
 }