public SavingQueue() : base("Queue") { _queue = new Queue <string>(); Print.Show("Initializing Queue"); ReadInitialQueue(); }