public List <GK_OA_ChangeStationNoticeModel> GetModels(GK_OA_ChangeStationNoticeQueryModel ObjQueryModel, SqlTransaction Transaction)
        {
            GK_OA_ChangeStationNoticeDAL edal = new GK_OA_ChangeStationNoticeDAL(Transaction);

            return(edal.Select(ObjQueryModel));
        }
        public List <GK_OA_ChangeStationNoticeModel> GetModels(SqlTransaction Transaction)
        {
            GK_OA_ChangeStationNoticeDAL edal = new GK_OA_ChangeStationNoticeDAL(Transaction);

            return(edal.Select());
        }