public void OpenFile(string XlsFilePathName)
 {
     CurrWorkbooks.Open(XlsFilePathName);
 }
 public void NewFile()
 {
     CurrWorkbooks.Add();
 }