public static ISchema ProjectConfiguration(this ISchemaCollection collection)
 {
     return(collection.GetSchemaByName(Constants.SchemaName_ProjectConfiguration));
 }
 public static ISchema DesingModels(this ISchemaCollection collection)
 {
     return(collection.GetSchemaByName(Constants.SchemaName_DesignModels));
 }