public static DataGridUtil GetInstance() { if (_instance == null) { _instance = new DataGridUtil(); } return _instance; }