public List <DeviceEntity> GetDynamic(string whereCondition, string orderByExpression) { List <DeviceEntity> DeviceEntityLst = new List <DeviceEntity>(); DeviceEntityLst = deviceDAO.GetDynamic(whereCondition, orderByExpression); return(DeviceEntityLst); }