public void EditProfile() { PersonDb.CheckUpdate(this.AccountNumber, this); Console.WriteLine("Profile Edited!"); Console.ReadLine(); }