/**
  * @param $rssFeeds
  * @return bool
  */
 public function insertFeeds($rssFeeds)
 {
     return $this->rssNewsFeeds->create($rssFeeds);
 }