public override bool IsRegisted(Type type)
 {
     return(ContainerObject.IsRegistered(type));
 }