public override T Find(string identity)
 {
     return((T)parent.Find(typeof(T), identity));
 }