public void Add(ProfieProperity prop) { Properities.Add(prop); }
public void Add(string name) { Properities.Add(new ProfieProperity(name, null)); }