public DataSet EclockSetupSave() { try { DAL.Common common = new DAL.Common(); return(common.ElockSetupSave(this)); } catch (Exception ex) { throw ex; } }