public DateTime GetLastEDDBDownloadTime()
 {
     return(Execute(() => SQLiteConnectionSystem.GetSettingDate("EDDBLastDownloadTime", DateTime.MinValue)));
 }
 public DateTime GetEDSMGalMapLast()
 {
     return(Execute(() => SQLiteConnectionSystem.GetSettingDate("EDSMGalMapLast", DateTime.MinValue)));
 }