public function done($id)
 {
     $this->tasks->done($id);
     return redirect('/tasks')->with('message', 'Alright! Dat is geschrapt.');
 }