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