public EntityMappings Instance()
        {
            instance = instance ?? new EntityMappings();

            return(instance);
        }