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