public Item fetchItem(string uid) { DALayer newLayer = new DALayer(); return(newLayer.fetchItem(uid)); }