public void Load()
 {
     Settings = serializerJson.FromFile <Settings>(SettingsPath);
 }