private void Encrypt()
 {
     cryptographyController.LoadData(path, fileName, documentXML);
     cryptographyController.Encrypt("Stat");
 }