public IEnumerable <string> GetSizeNames()
 {
     return(AllElements.Select(e => e.Name));
 }