public function destroy(Author $author)
 {
     //$author = author::findOrFail($id);
     $author->delete();
 }