public BlizzardServerStatusPoller(UptimeData.UptimeDB db)
 {
     DB = db;
     Categories = DB.GetPollCategories().ToList();
 }