public void ImportCertificate(X509Certificate2 certificate)
 {
     DataStore.AddCertificate(certificate);
 }