public DataTable GetDataSet(string sql) { LogDAL dd = new LogDAL(_factoryID); return(dd.GetDataSet(sql)); }