public List <Item> GetItems() { try { ItemDal objdal = new ItemDal(); return(objdal.GetItems()); } catch { throw; } }