public static function run($dataDir = null)
 {
     # Read the general project properties
     ProjectProperties::get_general_project_properties($dataDir);
     # Reading Default Properties
     ProjectProperties::get_default_project_properties($dataDir);
 }