public void Commit()
 {
     TypedChild.Commit();
 }
 public bool CanEdit(PackedFile file)
 {
     return(TypedChild.CanEdit(file));
 }