public static bool Delete(int Id) { try { return(SE_GiftManageConfigDAL.Delete(ProcessConnection.OpenConfiguration, Id)); } catch (Exception ex) { throw ex; } }