/**
  * Display a listing of the resource.
  * GET /passwords
  *
  * @return Response
  */
 public function index()
 {
     return Response::json($this->password->get());
 }