if ($row['date_start'] != "0000-00-00") {
                    $this->Start = new DateTime($row['date_start']);
                }