protected function putRequest()
 {
     $this->repository->update(['id' => $this->id, 'finished' => $this->finished, 'description' => $this->description]);
 }