public function remove($id)
 {
     $result = Rating::removeWineFromMyWine($id);
     return Response::json($result);
 }