public function randomPhoto() {
        $query = "SELECT photo_id FROM loco_unit WHERE photo_id > 0";
        
        $return = array();