public void ShowAddToStart(MyDeque <MyString> myStrings, string str, string password) { Console.WriteLine("The string was added to the collection successfully!"); myStrings.AddToFirst(new MyString(str, password)); Thread.Sleep(1000); ShowMenu(myStrings); }