if ($this->DateClosed instanceof DateTime) {
                $data['date_closed'] = $this->DateClosed->format("Y-m-d H:i:s");
            }