public function guitars($id)
 {
     $customer = Customers::findOrFail($id);
     return \Response::json($customer->guitars);
 }