internal void LoadData(string sql)
 {
     this.resDataGridView.DataSource = DbUtility.GetDataFromCommand(sql);
 }