public void DeleteByKey(int did, string sn_ptr) { LogDAL dd = new LogDAL(_factoryID); dd.DeleteByKey(did, sn_ptr); }