public ItemStatusType GetItemStatus(int Id) { ItemRepo repo = new ItemRepo(); return(repo.GetItemStatus(Id)); }