public function index(Table $table)
 {
     return $table->methods()->orderBy('updated_at', 'desc')->get();
 }