public function get_wine_related()
 {
     $result = Wine::getWineRelated($this->_getInput());
     return Response::json($result);
 }