if ($row['start'] != "00:00:00") {
            $this->Start = new DateTime($row['date'] . " " . $row['start']);
        }