public void AddColumnCommand(Excel.Worksheet worksheet, string range)
 {
     worksheet.AddColumn(range);
 }