private LibraryModel() { libraryTracer.Restart(); DatabaseManager.Current.Connect(); libraryTracer.Trace("Database Connected"); _playQueue = new PlayQueueModel(); libraryTracer.Trace("PlayQueueModel Created"); }