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