public DataSet ReadKeyID(string KeyIDTypeAction) { try { DAL.Common common = new DAL.Common(); return(common.ReadRFIDKey(KeyIDTypeAction)); } catch (Exception ex) { throw ex; } }