internal void Test()
 {
     try
     {
         ExcelConnect.RegisterFunction(typeof(ExcelConnect));
         //MultiConnect.RegisterFunction(typeof(MultiConnect));
     }
     catch (Exception)
     {
         throw;
     }
 }