/**
  * Display a listing of products
  *
  * @return Response
  */
 public function index()
 {
     return Response::json(CustomerType::all());
 }