public bool AddContinue(sunRelocation point) { if (Count > 0) { Top.AddContinue(point); return(true); } return(false); }