public void Refresh(string index)
        {
            StateManagerDal stateManagerDal = new StateManagerDal();
            DataRow         rowIndex        = stateManagerDal.FindScannerIndexNoByStateCode(index);

            gridControl.DataSource = stateManagerDal.FindScannerStateByIndexNo(rowIndex["ROW_INDEX"].ToString(), rowIndex["VIEWNAME"].ToString());
        }