public void AddKind(string kindName)
 {
     Mapping.AddKind(kindName);
 }