private function save()
 {
     if ($this->isValid()) {
         $this->article->save();
         header('Location: /admin/articles');
     }
 }