public MyShowArtService(IMyShowArtRepository repo) { Checks.Argument.IsNotNull(repo, "repo"); _repo = repo; }