public function index()
 {
     $authors = author::all();
     return $authors;
 }