public void Start()
 {
     try
       {
     Fh = new FanartHandler();
     Fh.Start();
       }
       catch { }
 }