public Shoe DeleteShoe(int id) { return(shoeRepo.DeleteShoe(id)); }
public void DeleteShoe(int id) { _repository.DeleteShoe(id); }