private void HandleQueryApp(string param) { //has children CurrentApps.Clear(); string match = AppName.Trim().Replace("*", "%"); //get entity from cache IEnumerable <App> dataQuery = DbContext.SearcyAppByName(match); CurrentApps.Load(dataQuery); }