static public GovernmentSchemasModel importFromJsonFile()
        {
            string importJson = IOFacilitator.readFile(
                GovernmentSchemasModel.filePath());

            return(JsonConvert.DeserializeObject
                   <GovernmentSchemasModel>(importJson));
        }