public ISchemaBase Find(int id) { try { string full = AllObjects.GetFullName(id); return(Find(full)); } catch { return(null); } }