public function index()
 {
     $user = User::all();
     return $this->collection($user, new UserTransformer());
 }