public function getRss()
 {
     return Response::json(Rss::select('id', 'id_newspaper', 'id_tag', 'url')->with('newspaper')->with('tag')->get());
 }