public int RemoveAllItem(Item item)
 {
     return(itemtDataAccess.RemoveAllItem(item));
 }