public void DeleteProfile() { PersonDb.CheckdDelete(this.AccountNumber); Console.WriteLine("Profile Deleted!"); Console.ReadLine(); }