private void AddTorrent(RssItem item)
 {
     controller.AddTorrent(item, null);
 }