public List <Box> GetbySpotCust(int spotid, int custid) { return(_boxRepository.GetbySpotCust(spotid, custid)); }