public void RemoveSpotToCustomer(int spotid, int custid) { _spotRepository.RemoveSpotToCustomer(spotid, custid); return; }