public bool DeleteAge(Height height)
 {
     throw new NotImplementedException();
 }
 public bool AddAge(Height height)
 {
     entities.Heights.Add(height);
     return true;
 }