//Manage bools
 public static bool BoolExists(string key)
 {
     return(Save.BoolExists(key));
 }