public ServiceResult<SampleTable> Retrieve(int Id) { SampleTableService service = new SampleTableService(_container); return service.Retrieve(Id); }