public function add() {
        if ($this->request->is('post')) {
            $this->Blog->create();
            if ($this->Blog->save($this->request->data)) {
                $this->Session->setFlash(__('The blog has been saved.'));