public static bool AddRemoteSongToQueue(string song)
 {
     return(main_form.AddRemoteSongToQueue(song));
 }