public bool SaveExcelData(List <ColumnMappingInfo> list)
 {
     return(bll.SaveExcelData(list));
 }